Package org.robovm.apple.coretext
Class CTFontCollectionOptions
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coretext.CTFontCollectionOptions
public class CTFontCollectionOptions extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTFontCollectionOptions.AsListMarshalerstatic classCTFontCollectionOptions.Keysstatic classCTFontCollectionOptions.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CTFontCollectionOptions() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)booleanhas(CFString key)booleanremovesDuplicates()CTFontCollectionOptionsset(CFString key, NativeObject value)CTFontCollectionOptionssetRemovesDuplicates(boolean removesDuplicates)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CTFontCollectionOptions
public CTFontCollectionOptions()
-
-
Method Details
-
has
-
get
-
set
-
removesDuplicates
public boolean removesDuplicates() -
setRemovesDuplicates
-