Package org.robovm.apple.uikit
Class UIFontDescriptorSystemDesign
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.uikit.UIFontDescriptorSystemDesign
public class UIFontDescriptorSystemDesign extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIFontDescriptorSystemDesign.AsListMarshalerstatic classUIFontDescriptorSystemDesign.Marshalerstatic classUIFontDescriptorSystemDesign.Values -
Field Summary
Fields Modifier and Type Field Description static UIFontDescriptorSystemDesignDefaultstatic UIFontDescriptorSystemDesignMonospacedstatic UIFontDescriptorSystemDesignRoundedstatic UIFontDescriptorSystemDesignSerif -
Method Summary
Modifier and Type Method Description static UIFontDescriptorSystemDesignvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Default
- Since:
- Available in iOS 13.0 and later.
-
Rounded
- Since:
- Available in iOS 13.0 and later.
-
Serif
- Since:
- Available in iOS 13.0 and later.
-
Monospaced
- Since:
- Available in iOS 13.0 and later.
-
-
Method Details
-
valueOf
-