Package apple.coretext.struct
Class SFNTLookupSegment
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.SFNTLookupSegment
-
public final class SFNTLookupSegment extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description SFNTLookupSegment()SFNTLookupSegment(char lastGlyph, char firstGlyph, char value)protectedSFNTLookupSegment(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charfirstGlyph()charlastGlyph()voidsetFirstGlyph(char value)voidsetLastGlyph(char value)voidsetValue(char value)charvalue()
-