Package apple.uikit.enums
Class UIImageSymbolWeight
- java.lang.Object
-
- apple.uikit.enums.UIImageSymbolWeight
-
public final class UIImageSymbolWeight extends java.lang.Object-- symbol image weights only regular is supported by now, but you can specify any weight you need for future implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static longBlackstatic longBoldstatic longHeavystatic longLightstatic longMediumstatic longRegularstatic longSemiboldstatic longThinstatic longUltraLightstatic longUnspecified
-
-
-
Field Detail
-
Unspecified
public static final long Unspecified
- See Also:
- Constant Field Values
-
UltraLight
public static final long UltraLight
- See Also:
- Constant Field Values
-
Thin
public static final long Thin
- See Also:
- Constant Field Values
-
Light
public static final long Light
- See Also:
- Constant Field Values
-
Regular
public static final long Regular
- See Also:
- Constant Field Values
-
Medium
public static final long Medium
- See Also:
- Constant Field Values
-
Semibold
public static final long Semibold
- See Also:
- Constant Field Values
-
Bold
public static final long Bold
- See Also:
- Constant Field Values
-
Heavy
public static final long Heavy
- See Also:
- Constant Field Values
-
Black
public static final long Black
- See Also:
- Constant Field Values
-
-