VectSharp 2.6.1
A light library for C# vector graphics
|
An exception that occurs while creating a FontFamily. More...
Public Member Functions | |
FontFamilyCreationException (string fontFamily) | |
Create a new FontFamilyCreationException instance. More... | |
Properties | |
string | FontFamily [get] |
The name of the font family that was being created. More... | |
An exception that occurs while creating a FontFamily.
Definition at line 441 of file FontLibrary.cs.
VectSharp.FontFamilyCreationException.FontFamilyCreationException | ( | string | fontFamily | ) |
Create a new FontFamilyCreationException instance.
fontFamily | The name of the font family that was being created. |
Definition at line 452 of file FontLibrary.cs.
|
get |
The name of the font family that was being created.
Definition at line 446 of file FontLibrary.cs.