Struct FontNameAndSize
Contains font name and size.
public struct FontNameAndSize
Constructors
- FontNameAndSize(string, double)
Initializes a new instance of the FontNameAndSize struct.
Fields
- Name
Font name.
- Size
Font size.
Properties
- Default
Gets FontNameAndSize for the Default.
Methods
- SkiaOrDefault(FontNameAndSize)
Returns
value
if font is SkiaSharp compatible, otherwise returns Default.