Package org.robovm.apple.coretext
Class CTGlyphInfo
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coretext.CTGlyphInfo
- All Implemented Interfaces:
AutoCloseable
public class CTGlyphInfo extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTGlyphInfo.CTGlyphInfoPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCTGlyphInfo() -
Method Summary
Modifier and Type Method Description static CTGlyphInfocreate(short cid, CTCharacterCollection collection, String baseString)static CTGlyphInfocreate(short glyph, CTFont font, String baseString)static CTGlyphInfocreate(String glyphName, CTFont font, String baseString)CTCharacterCollectiongetCharacterCollection()shortgetCharacterIdentifier()static longgetClassTypeID()shortgetGlyph()StringgetGlyphName()Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CTGlyphInfo
protected CTGlyphInfo()
-
-
Method Details
-
getClassTypeID
public static long getClassTypeID() -
create
-
create
-
create
-
getGlyphName
-
getGlyph
public short getGlyph()- Since:
- Available in iOS 13.0 and later.
-
getCharacterIdentifier
public short getCharacterIdentifier() -
getCharacterCollection
-