Package apple.coretext.struct
Class KernSimpleArrayHeader
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.KernSimpleArrayHeader
-
public final class KernSimpleArrayHeader extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description KernSimpleArrayHeader()protectedKernSimpleArrayHeader(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charfirstTable()first offset table starts here...charleftOffsetTable()offset to left-hand offset tablecharrightOffsetTable()offset to right-hand offset tablecharrowWidth()width, in bytes, of a row in the tablevoidsetFirstTable(char value)first offset table starts here...voidsetLeftOffsetTable(char value)offset to left-hand offset tablevoidsetRightOffsetTable(char value)offset to right-hand offset tablevoidsetRowWidth(char value)width, in bytes, of a row in the tablevoidsetTheArray(char value)offset to start of kerning arraychartheArray()offset to start of kerning array
-
-
-
Method Detail
-
rowWidth
public char rowWidth()
width, in bytes, of a row in the table
-
setRowWidth
public void setRowWidth(char value)
width, in bytes, of a row in the table
-
leftOffsetTable
public char leftOffsetTable()
offset to left-hand offset table
-
setLeftOffsetTable
public void setLeftOffsetTable(char value)
offset to left-hand offset table
-
rightOffsetTable
public char rightOffsetTable()
offset to right-hand offset table
-
setRightOffsetTable
public void setRightOffsetTable(char value)
offset to right-hand offset table
-
theArray
public char theArray()
offset to start of kerning array
-
setTheArray
public void setTheArray(char value)
offset to start of kerning array
-
firstTable
public char firstTable()
first offset table starts here...
-
setFirstTable
public void setFirstTable(char value)
first offset table starts here...
-
-