Package org.robovm.apple.coretext
Class CTFontVariationAxes
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coretext.CTFontVariationAxes
public class CTFontVariationAxes extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTFontVariationAxes.AsListMarshalerstatic classCTFontVariationAxes.Keysstatic classCTFontVariationAxes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CTFontVariationAxes() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)doublegetDefaultValue()longgetIdentifier()StringgetLocalizedName()doublegetMaximumValue()doublegetMinimumValue()booleanhas(CFString key)CTFontVariationAxesset(CFString key, NativeObject value)CTFontVariationAxessetDefaultValue(double defaultValue)CTFontVariationAxessetIdentifier(long identifier)CTFontVariationAxessetLocalizedName(String localizedName)CTFontVariationAxessetMaximumValue(double maximumValue)CTFontVariationAxessetMinimumValue(double minimumValue)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CTFontVariationAxes
public CTFontVariationAxes()
-
-
Method Details
-
has
-
get
-
set
-
getIdentifier
public long getIdentifier() -
setIdentifier
-
getMinimumValue
public double getMinimumValue() -
setMinimumValue
-
getMaximumValue
public double getMaximumValue() -
setMaximumValue
-
getDefaultValue
public double getDefaultValue() -
setDefaultValue
-
getLocalizedName
-
setLocalizedName
-