Class CTGlyphInfo

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CTGlyphInfo
    extends CFType
    • Constructor Detail

      • CTGlyphInfo

        protected CTGlyphInfo()
    • Method Detail

      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 3.2 and later.
      • create

        public static CTGlyphInfo create​(java.lang.String glyphName,
                                         CTFont font,
                                         java.lang.String baseString)
        Since:
        Available in iOS 3.2 and later.
      • create

        public static CTGlyphInfo create​(short glyph,
                                         CTFont font,
                                         java.lang.String baseString)
        Since:
        Available in iOS 3.2 and later.
      • create

        public static CTGlyphInfo create​(short cid,
                                         CTCharacterCollection collection,
                                         java.lang.String baseString)
        Since:
        Available in iOS 3.2 and later.
      • getGlyphName

        public java.lang.String getGlyphName()
        Since:
        Available in iOS 3.2 and later.
      • getCharacterIdentifier

        public short getCharacterIdentifier()
        Since:
        Available in iOS 3.2 and later.
      • getCharacterCollection

        public CTCharacterCollection getCharacterCollection()
        Since:
        Available in iOS 3.2 and later.