Package apple.coretext.struct
Class MorxInsertionSubtable
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.MorxInsertionSubtable
-
public final class MorxInsertionSubtable extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MorxInsertionSubtable()MorxInsertionSubtable(STXHeader header, int insertionGlyphTableOffset)protectedMorxInsertionSubtable(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description STXHeaderheader()intinsertionGlyphTableOffset()voidsetHeader(STXHeader value)voidsetInsertionGlyphTableOffset(int value)
-
-
-
Constructor Detail
-
MorxInsertionSubtable
public MorxInsertionSubtable()
-
MorxInsertionSubtable
protected MorxInsertionSubtable(org.moe.natj.general.Pointer peer)
-
MorxInsertionSubtable
public MorxInsertionSubtable(STXHeader header, int insertionGlyphTableOffset)
-
-