Class CTAttributedStringAttributes

    • Constructor Detail

      • CTAttributedStringAttributes

        public CTAttributedStringAttributes​(CFDictionary data)
      • CTAttributedStringAttributes

        public CTAttributedStringAttributes()
    • Method Detail

      • getFont

        public CTFont getFont()
        Since:
        Available in iOS 3.2 and later.
      • usesForegroundColorFromContext

        public boolean usesForegroundColorFromContext()
        Since:
        Available in iOS 3.2 and later.
      • setUsesForegroundColorFromContext

        public CTAttributedStringAttributes setUsesForegroundColorFromContext​(boolean usesForegroundColorFromContext)
        Since:
        Available in iOS 3.2 and later.
      • getKern

        public float getKern()
        Since:
        Available in iOS 3.2 and later.
      • getLigature

        public int getLigature()
        Since:
        Available in iOS 3.2 and later.
      • getForegroundColor

        public CGColor getForegroundColor()
        Since:
        Available in iOS 3.2 and later.
      • getParagraphStyle

        public CTParagraphStyle getParagraphStyle()
        Since:
        Available in iOS 3.2 and later.
      • getStrokeWidth

        public double getStrokeWidth()
        Since:
        Available in iOS 3.2 and later.
      • getStrokeColor

        public CGColor getStrokeColor()
        Since:
        Available in iOS 3.2 and later.
      • getUnderlineStyle

        public CTUnderlineStyle getUnderlineStyle()
        Since:
        Available in iOS 3.2 and later.
      • getSuperscript

        public int getSuperscript()
        Since:
        Available in iOS 3.2 and later.
      • getUnderlineColor

        public CGColor getUnderlineColor()
        Since:
        Available in iOS 3.2 and later.
      • usesVerticalForms

        public boolean usesVerticalForms()
        Since:
        Available in iOS 4.3 and later.
      • setUsesVerticalForms

        public CTAttributedStringAttributes setUsesVerticalForms​(boolean usesVerticalForms)
        Since:
        Available in iOS 4.3 and later.
      • getGlyphInfo

        public CTGlyphInfo getGlyphInfo()
        Since:
        Available in iOS 3.2 and later.
      • getLanguage

        public java.lang.String getLanguage()
        Since:
        Available in iOS 7.0 and later.
      • getBaselineClass

        public CTBaselineClass getBaselineClass()
        Since:
        Available in iOS 6.0 and later.
      • getRubyAnnotation

        public CTRubyAnnotation getRubyAnnotation()
        Since:
        Available in iOS 8.0 and later.