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