Package apple.coretext.struct
Class ROTAGlyphEntry
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.ROTAGlyphEntry
-
public final class ROTAGlyphEntry extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description ROTAGlyphEntry()ROTAGlyphEntry(short GlyphIndexOffset, short HBaselineOffset, short VBaselineOffset)protectedROTAGlyphEntry(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortGlyphIndexOffset()shortHBaselineOffset()y offset to the rotated horizontal baselinevoidsetGlyphIndexOffset(short value)voidsetHBaselineOffset(short value)y offset to the rotated horizontal baselinevoidsetVBaselineOffset(short value)x offset to the rotated vertical baselineshortVBaselineOffset()x offset to the rotated vertical baseline
-
-
-
Method Detail
-
GlyphIndexOffset
public short GlyphIndexOffset()
-
setGlyphIndexOffset
public void setGlyphIndexOffset(short value)
-
HBaselineOffset
public short HBaselineOffset()
y offset to the rotated horizontal baseline
-
setHBaselineOffset
public void setHBaselineOffset(short value)
y offset to the rotated horizontal baseline
-
VBaselineOffset
public short VBaselineOffset()
x offset to the rotated vertical baseline
-
setVBaselineOffset
public void setVBaselineOffset(short value)
x offset to the rotated vertical baseline
-
-