Package org.robovm.apple.coretext
Class CTFontTraits
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coretext.CTFontTraits
public class CTFontTraits extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTFontTraits.AsListMarshalerstatic classCTFontTraits.Keysstatic classCTFontTraits.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CTFontTraits() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)floatgetSlantTrait()CTFontSymbolicTraitsgetSymbolicTrait()floatgetWeightTrait()floatgetWidthTrait()booleanhas(CFString key)CTFontTraitsset(CFString key, NativeObject value)CTFontTraitssetSlantTrait(float slantTrait)CTFontTraitssetSymbolicTrait(CTFontSymbolicTraits symbolicTrait)CTFontTraitssetWeightTrait(float weightTrait)CTFontTraitssetWidthTrait(float widthTrait)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CTFontTraits
public CTFontTraits()
-
-
Method Details
-
has
-
get
-
set
-
getSymbolicTrait
-
setSymbolicTrait
-
getWeightTrait
public float getWeightTrait() -
setWeightTrait
-
getWidthTrait
public float getWidthTrait() -
setWidthTrait
-
getSlantTrait
public float getSlantTrait() -
setSlantTrait
-