[This is preliminary documentation and is subject to change.]
The PdfFont type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| ByName |
Returns existing font by name or creates and registers a new one
| |
| Equals(Object) | (Overrides | |
| Equals(PdfFont) | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetHashCode | (Overrides | |
| GetReference |
Returns PDF object indirect reference
(Inherited from PdfObject.) | |
| GetResourceReference |
Returns PDF object indirect reference
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| Courier | ||
| CourierBold | ||
| CourierBoldOblique | ||
| CourierOblique | ||
| Helvetica | ||
| HelveticaBold | ||
| HelveticaBoldOblique | ||
| HelveticaOblique | ||
| Name |
Font name
| |
| ObjectId |
Document-wide unique object Id
(Inherited from PdfObject.) | |
| ResourceId |
Document-wide unique resource Id
| |
| Times | ||
| TimesBold | ||
| TimesBoldItalic | ||
| TimesItalic |
See Also