Package org.robovm.apple.coretext
Class CTAttributedStringAttributes
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coretext.CTAttributedStringAttributes
public class CTAttributedStringAttributes extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTAttributedStringAttributes.AsListMarshalerstatic classCTAttributedStringAttributes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CTAttributedStringAttributes()CTAttributedStringAttributes(CFDictionary data) -
Method Summary
Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CTAttributedStringAttributes
-
CTAttributedStringAttributes
public CTAttributedStringAttributes()
-
-
Method Details
-
has
-
get
-
set
-
getFont
-
setFont
-
usesForegroundColorFromContext
public boolean usesForegroundColorFromContext() -
setUsesForegroundColorFromContext
public CTAttributedStringAttributes setUsesForegroundColorFromContext(boolean usesForegroundColorFromContext) -
getKern
public float getKern() -
setKern
-
getLigature
public int getLigature() -
setLigature
-
getForegroundColor
-
setForegroundColor
-
getParagraphStyle
-
setParagraphStyle
-
getStrokeWidth
public double getStrokeWidth() -
setStrokeWidth
-
getStrokeColor
-
setStrokeColor
-
getUnderlineStyle
-
setUnderlineStyle
-
getSuperscript
public int getSuperscript() -
setSuperscript
-
getUnderlineColor
-
setUnderlineColor
-
usesVerticalForms
public boolean usesVerticalForms() -
setUsesVerticalForms
-
getGlyphInfo
-
setGlyphInfo
-
getLanguage
-
setLanguage
-
getBaselineClass
-
setBaselineClass
-
getRubyAnnotation
-
setRubyAnnotation
-