VectSharp
2.2.1
A light library for C# vector graphics
|
Abstract class with a default implementation of font family fallbacks. More...
Public Member Functions | |
abstract FontFamily | ResolveFontFamily (string fontFamily) |
Create a new font family from the specified family name or true type file. If the family name or the true type file are not valid, an exception might be raised. | |
abstract FontFamily | ResolveFontFamily (FontFamily.StandardFontFamilies standardFontFamily) |
Create a new font family from the specified standard font family name. | |
virtual FontFamily | ResolveFontFamily (string fontFamily, params string[] fallback) |
Create a new font family from the specified family name or true type file. If the family name or the true type file are not valid, try to instantiate the font family using the fallback . If none of the fallback family names or true type files are valid, an exception might be raised. | |
virtual FontFamily | ResolveFontFamily (string fontFamily, FontFamily.StandardFontFamilies finalFallback, params string[] fallback) |
Create a new font family from the specified family name or true type file. If the family name or the true type file are not valid, try to instantiate the font family using the fallback . If none of the fallback family names or true type files are valid, instantiate a standard font family using the finalFallback . | |
Abstract class with a default implementation of font family fallbacks.
Definition at line 68 of file FontLibrary.cs.