Package org.robovm.apple.uikit
Class UIFontWeight
public class UIFontWeight extends GlobalValueEnumeration<Double>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIFontWeight.AsListMarshalerstatic classUIFontWeight.Marshalerstatic classUIFontWeight.Values -
Field Summary
Fields Modifier and Type Field Description static UIFontWeightBlackstatic UIFontWeightBoldstatic UIFontWeightHeavystatic UIFontWeightLightstatic UIFontWeightMediumstatic UIFontWeightRegularstatic UIFontWeightSemiboldstatic UIFontWeightThinstatic UIFontWeightUltraLight -
Method Summary
Modifier and Type Method Description static UIImageSymbolWeighttoImageSymbolWeight(double fontWeight)static UIFontWeightvalueOf(double value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
UltraLight
- Since:
- Available in iOS 8.2 and later.
-
Thin
- Since:
- Available in iOS 8.2 and later.
-
Light
- Since:
- Available in iOS 8.2 and later.
-
Regular
- Since:
- Available in iOS 8.2 and later.
-
Medium
- Since:
- Available in iOS 8.2 and later.
-
Semibold
- Since:
- Available in iOS 8.2 and later.
-
Bold
- Since:
- Available in iOS 8.2 and later.
-
Heavy
- Since:
- Available in iOS 8.2 and later.
-
Black
- Since:
- Available in iOS 8.2 and later.
-
-
Method Details
-
valueOf
-
toImageSymbolWeight
- Since:
- Available in iOS 13.0 and later.
-