The members of Xamarin.Forms.Font are listed below.
See Also: Inherited members from System.ValueType
| [read-only] static | Default | Font. Gets the default font for the device. |
| [read-only] | FontAttributes | FontAttributes. Gets a value that indicates whether the font is bold, italic, or neither. |
| [read-only] | FontFamily | string. Gets the font family to which this font belongs. |
| [read-only] | FontSize | double. Gets the size of the font. |
| [read-only] | NamedSize | NamedSize. Gets the named font size, such as "Large" or "Small". |
| [read-only] | UseNamedSize | bool. Gets a value that indicates whether the target operating system should use size that is specified by the Xamarin.Forms.Font.NamedSize property. |
static | BoldSystemFontOfSize(double)Returns a font instance that represents the default bold font, in the requested size, for the device. | |
static | BoldSystemFontOfSize(NamedSize)Returns an usable font instance representing the default bold font, in the requested NamedSize, for the device. | |
override | Equals(object)Determine if the provided object is equivalent to the current Font. | |
override | GetHashCode()Get the Hashcode for this object. | |
static | OfSize(string, double)Returns a Xamarin.Forms.Font structure with the requested font and size. | |
static | OfSize(string, NamedSize)Returns an usable Xamarin.Forms.Font, with the requested font and NamedSize. | |
static | SystemFontOfSize(double)Returns an usable font instance representing the default font, in the requested size, for the device and platform. | |
static | SystemFontOfSize(NamedSize)Returns an usable font instance representing the default font, in the requested size, for the device and platform. | |
static | SystemFontOfSize(double, FontAttributes)Returns a font structure with the specified size and attributes. | |
static | SystemFontOfSize(NamedSize, FontAttributes)Returns a font structure with the specified size and attributes. | |
override | ToString()Returns a string representation of this font structure. | |
WithAttributes(FontAttributes)Returns a new font structure with the specified attributes. | ||
WithSize(double)Returns a new font structure with the size that was specified with size. | ||
WithSize(NamedSize)A new Xamarin.Forms.Font structure with the size that was specified with size. | ||