addSubtypeSubtable

fun addSubtypeSubtable(subtypeSubtable: SubtypeSubtable)

Adds a SubtypeSubtable to the end of the list of subtype subtables.

Since

200.7.0

Parameters

subtypeSubtable

the SubtypeSubtable to be added

Throws

in the following circumstances:


fun addSubtypeSubtable(index: Int, subtypeSubtable: SubtypeSubtable)

Adds a SubtypeSubtable to the list of subtype subtables at the specified index.

Since

200.7.0

Parameters

index

position in the list to insert the SubtypeSubtable

subtypeSubtable

the SubtypeSubtable to be added

Throws

in the following circumstances: