Class FontFallback
Font fallback definition that is used to override the default fallback lookup of the current FontManager
public class FontFallback
- Inheritance
-
FontFallback
- Inherited Members
Constructors
FontFallback()
public FontFallback()
Properties
FontFamily
Get or set the fallback FontFamily
public FontFamily FontFamily { get; set; }
Property Value
UnicodeRange
Get or set the UnicodeRange that is covered by the fallback.
public UnicodeRange UnicodeRange { get; set; }