Class SkiaFontFactoryHandler
Implements IFontFactoryHandler interface provider for SkiaSharp fonts.
public class SkiaFontFactoryHandler : DisposableObject, IBaseObject, IDisposableObject, IFontFactoryHandler, IDisposable
- Inheritance
-
SkiaFontFactoryHandler
- Implements
Fields
- Default
Gets default IFontFactoryHandler provider for SkiaSharp fonts.
Properties
- AllowNullFontName
Gets or sets whether to allow an empty font name.
- DefaultFontEncoding
Gets or sets default font encoding.
Methods
- CreateDefaultFontHandler()
Creates IFontHandler interface provider for the default font.
- CreateFontHandler()
Creates IFontHandler interface provider.
- CreateSystemFont(SystemSettingsFont)
Creates system font.
- GetFontFamiliesNames()
Gets font families names.
- GetFontFamilyName(GenericFontFamily)
Gets generic font family name.
- SetDefaultFont(Font)
Sets default font for use with SkiaSharp.