UIFontWeight Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates font weights.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIFontWeight
type UIFontWeight =
- Inheritance
-
UIFontWeight
- Attributes
Fields
Name | Value | Description |
---|---|---|
UltraLight | 0 | A very light weight. |
Thin | 1 | A thin weight. |
Light | 2 | A light weight. |
Regular | 3 | The regular weight of the font. |
Medium | 4 | A medium weight. |
Semibold | 5 | A semibold weight. |
Bold | 6 | A bold weight. |
Heavy | 7 | A heavy weight. |
Black | 8 |