Class CTGlyphInfo

All Implemented Interfaces:
AutoCloseable

public class CTGlyphInfo
extends CFType
  • Constructor Details

    • CTGlyphInfo

      protected CTGlyphInfo()
  • Method Details

    • getClassTypeID

      public static long getClassTypeID()
    • create

      public static CTGlyphInfo create​(String glyphName, CTFont font, String baseString)
    • create

      public static CTGlyphInfo create​(short glyph, CTFont font, String baseString)
    • create

      public static CTGlyphInfo create​(short cid, CTCharacterCollection collection, String baseString)
    • getGlyphName

      public String getGlyphName()
    • getGlyph

      public short getGlyph()
      Since:
      Available in iOS 13.0 and later.
    • getCharacterIdentifier

      public short getCharacterIdentifier()
    • getCharacterCollection

      public CTCharacterCollection getCharacterCollection()