Package apple.coretext.struct
Class KernOffsetTable
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.KernOffsetTable
-
public final class KernOffsetTable extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description KernOffsetTable()KernOffsetTable(char firstGlyph, char nGlyphs, char offsetTable)protectedKernOffsetTable(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charfirstGlyph()first glyph in class rangecharnGlyphs()number of glyphs in class rangecharoffsetTable()offset table starts herevoidsetFirstGlyph(char value)first glyph in class rangevoidsetNGlyphs(char value)number of glyphs in class rangevoidsetOffsetTable(char value)offset table starts here
-
-
-
Method Detail
-
firstGlyph
public char firstGlyph()
first glyph in class range
-
setFirstGlyph
public void setFirstGlyph(char value)
first glyph in class range
-
nGlyphs
public char nGlyphs()
number of glyphs in class range
-
setNGlyphs
public void setNGlyphs(char value)
number of glyphs in class range
-
offsetTable
public char offsetTable()
offset table starts here
-
setOffsetTable
public void setOffsetTable(char value)
offset table starts here
-
-