The properties of UIKit.UIFont are listed below. For a list of all members, see the UIFont Members list.
See Also: Inherited members from Foundation.NSObject
| [read-only] | Ascender | nfloat. The top y-coordinate of the longest ascender, as measured in points from the baseline. |
| [read-only] static | ButtonFontSize | nfloat. Returns the font size of a standard button in points. |
| [read-only] | CapHeight | nfloat. The height of a capital letter, measured in points. Read-only. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Descender | nfloat. The bottom y-coordinate of the longest descender, as measured from the baseline, in points. |
| [read-only] | FamilyName | string. The name of the font family that identifies one (or more) specific fonts. Read-only. |
| [read-only] static | FamilyNames | string[]. A list of the font families on the system. |
| [read-only] | FontDescriptor | UIFontDescriptor. The UIFontDescriptor for this UIFont. |
| [read-only] static | LabelFontSize | nfloat. This property will return the size of the font use for labels, as measured in points. |
| [read-only] | Leading | nfloat. Deprecated: spacing between lines of text from baseline to baseline. Use LineHeight instead. |
| [read-only] | LineHeight | nfloat. The height of the text lines as measured in points. Read-only. |
| [read-only] | Name | string. The name of the font. Read-only. |
| [read-only] | PointSize | nfloat. The size of a point in the receiver. |
| [read-only] static | PreferredBody | UIFont. The preferred UIFont for the Body dynamic type. |
| [read-only] static | PreferredCaption1 | UIFont. The preferred UIFont for the Caption1 dynamic type. |
| [read-only] static | PreferredCaption2 | UIFont. The preferred UIFont for the Caption2 dynamic type. |
| [read-only] static | PreferredFootnote | UIFont. The preferred UIFont for the Footnote dynamic type. |
| [read-only] static | PreferredHeadline | UIFont. The preferred UIFont for the Headline dynamic type. |
| [read-only] static | PreferredSubheadline | UIFont. The preferred UIFont for the Subheadline dynamic type. |
| [read-only] static | SmallSystemFontSize | nfloat. The size of the system font as measured in points. |
| [read-only] static | SystemFontSize | nfloat. Creates a system font of the specified size, as measure in points. |
| [read-only] | xHeight | nfloat. The size of the a lower cased "x", as measured in points. |