Class FontFamilyNotFoundException
Execption for detailing missing font familys.
Implements
Inherited Members
Namespace: SixLabors.Fonts.Exceptions
Assembly: SixLabors.Fonts.dll
Syntax
public class FontFamilyNotFoundException : FontException, ISerializable
Constructors
| Improve this Doc View SourceFontFamilyNotFoundException(String)
Initializes a new instance of the FontFamilyNotFoundException class.
Declaration
public FontFamilyNotFoundException(string family)
Parameters
Type | Name | Description |
---|---|---|
String | family | The name of the missing font family. |
Properties
| Improve this Doc View SourceFontFamily
Gets the name of the font familiy we failed to find.
Declaration
public string FontFamily { get; }
Property Value
Type | Description |
---|---|
String |