VectSharp  2.2.1
A light library for C# vector graphics
VectSharp.DefaultFontLibrary Class Reference

A default font library that resolves standard families using the embedded fonts. More...

Inheritance diagram for VectSharp.DefaultFontLibrary:

Public Member Functions

override 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.
 
override FontFamily ResolveFontFamily (FontFamily.StandardFontFamilies standardFontFamily)
 Create a new font family from the specified standard font family name.
 
- Public Member Functions inherited from VectSharp.FontLibrary
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 .
 

Detailed Description

A default font library that resolves standard families using the embedded fonts.

Definition at line 462 of file FontLibrary.cs.


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