VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.FontFamilyCreationException Class Reference

An exception that occurs while creating a FontFamily. More...

Inheritance diagram for VectSharp.FontFamilyCreationException:

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...
 

Detailed Description

An exception that occurs while creating a FontFamily.

Definition at line 441 of file FontLibrary.cs.

Constructor & Destructor Documentation

◆ FontFamilyCreationException()

VectSharp.FontFamilyCreationException.FontFamilyCreationException ( string  fontFamily)

Create a new FontFamilyCreationException instance.

Parameters
fontFamilyThe name of the font family that was being created.

Definition at line 452 of file FontLibrary.cs.

Property Documentation

◆ FontFamily

string VectSharp.FontFamilyCreationException.FontFamily
get

The name of the font family that was being created.

Definition at line 446 of file FontLibrary.cs.


The documentation for this class was generated from the following file: