The FontFactory type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains |
Checks whether the given font is contained within the object
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetFont(String) |
Constructs a Font-object.
| |
| GetFont(Properties) |
Constructs a Font-object.
| |
| GetFont(String, Single) |
Constructs a Font-object.
| |
| GetFont(String, String) |
Constructs a Font-object.
| |
| GetFont(String, Single, Color) |
Constructs a Font-object.
| |
| GetFont(String, Single, Int32) |
Constructs a Font-object.
| |
| GetFont(String, String, Boolean) |
Constructs a Font-object.
| |
| GetFont(String, String, Single) |
Constructs a Font-object.
| |
| GetFont(String, Single, Int32, Color) |
Constructs a Font-object.
| |
| GetFont(String, String, Boolean, Single) |
Constructs a Font-object.
| |
| GetFont(String, String, Single, Int32) |
Constructs a Font-object.
| |
| GetFont(String, String, Boolean, Single, Int32) |
Constructs a Font-object.
| |
| GetFont(String, String, Single, Int32, Color) |
Constructs a Font-object.
| |
| GetFont(String, String, Boolean, Single, Int32, Color) |
Constructs a Font-object.
| |
| GetFont(String, String, Boolean, Single, Int32, Color, Boolean) |
Constructs a Font-object.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsRegistered |
Checks if a certain font is registered.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Register(String) |
Register a ttf- or a ttc-file.
| |
| Register(Properties) | ||
| Register(String, String) |
Register a ttf- or a ttc-file and use an alias for the font contained in the ttf-file.
| |
| RegisterDirectories | ||
| RegisterDirectory(String) | ||
| RegisterDirectory(String, Boolean) | ||
| RegisterFamily | ||
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| COURIER | This is a possible value of a base 14 type 1 font | |
| COURIER_BOLD | This is a possible value of a base 14 type 1 font | |
| COURIER_BOLDOBLIQUE | This is a possible value of a base 14 type 1 font | |
| COURIER_OBLIQUE | This is a possible value of a base 14 type 1 font | |
| HELVETICA | This is a possible value of a base 14 type 1 font | |
| HELVETICA_BOLD | This is a possible value of a base 14 type 1 font | |
| HELVETICA_BOLDOBLIQUE | This is a possible value of a base 14 type 1 font | |
| HELVETICA_OBLIQUE | This is a possible value of a base 14 type 1 font | |
| SYMBOL | This is a possible value of a base 14 type 1 font | |
| TIMES | This is a possible value of a base 14 type 1 font | |
| TIMES_BOLD | This is a possible value of a base 14 type 1 font | |
| TIMES_BOLDITALIC | This is a possible value of a base 14 type 1 font | |
| TIMES_ITALIC | This is a possible value of a base 14 type 1 font | |
| TIMES_ROMAN | This is a possible value of a base 14 type 1 font | |
| ZAPFDINGBATS | This is a possible value of a base 14 type 1 font |
Properties
| Name | Description | |
|---|---|---|
| DefaultEmbedding | ||
| DefaultEncoding | ||
| FontImp | ||
| RegisteredFamilies |
Gets a set of registered font families.
| |
| RegisteredFonts |
Gets a set of registered fontnames.
|