Package org.robovm.apple.coretext
Class CTTypesetterOptions
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coretext.CTTypesetterOptions
public class CTTypesetterOptions extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTTypesetterOptions.AsListMarshalerstatic classCTTypesetterOptions.Keysstatic classCTTypesetterOptions.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CTTypesetterOptions() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)intgetEmbeddingLevel()booleanhas(CFString key)CTTypesetterOptionsset(CFString key, NativeObject value)CTTypesetterOptionssetEmbeddingLevel(int embeddingLevel)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CTTypesetterOptions
public CTTypesetterOptions()
-
-
Method Details
-
has
-
get
-
set
-
getEmbeddingLevel
public int getEmbeddingLevel() -
setEmbeddingLevel
-