![]() | |
True |
public class TrueTypeFontLoader
The TrueTypeFontLoader type exposes the following members.
Name | Description | |
---|---|---|
![]() | TrueTypeFontLoader | Initializes a new instance of the TrueTypeFontLoader class |
Name | Description | |
---|---|---|
![]() | DefaultFontName | DefaultFontName can be set to the font name that is used as default font that is used when the FontName is not specified. If this value is not set by the user, then it is automatically set to the first loaded font. |
![]() | FallbackFontName | FallbackFontName can be set to the font name that is used as the fallback font that is used when the specified font name is not found. If this value is not set by the user, then it is automatically set to the first loaded font. |
Name | Description | |
---|---|---|
![]() | IsFontLoaded | Returns true if font with the specified fontName was already loaded. |
![]() | LoadFontFile(Stream, String) | LoadFontFile method loads the TrueType font file (.ttf) from the specified stream and when the loading is complete it set the font data to be accessible by the fontName by the VectorFontFactory. |
![]() | LoadFontFile(String, String) | LoadFontFile method loads the TrueType font file (.ttf) from the specified fontFilePath and when the loading is complete it set the font data to be accessible by the fontName by the VectorFontFactory. |
![]() | LoadFontFileAsync(Stream, String) | LoadFontFile method loads the TrueType font file (.ttf) on the background thread and when the loading is complete it set the font data to be accessible by the fontName by the VectorFontFactory. |
![]() | LoadFontFileAsync(String, String) | LoadFontFile method loads the specified TrueType font file (.ttf) on the background thread and when the loading is complete it set the font data to be accessible by the fontName by the VectorFontFactory. |