PdfFontResource Class |
Namespace: Atalasoft.PdfDoc.Generating.ResourceHandling.Fonts
The PdfFontResource type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfFontResource |
Initializes a new instance of the PdfFontResource class.
|
| Name | Description | |
|---|---|---|
| FontFamily |
Gets the name of the font's family. For example, the font Armageddon Light would have the FontFamily "Armageddon"
| |
| FontSubFamily |
Gets the font sub family name such as "Bold" or "Condensed".
| |
| Metrics |
Gets the an object that can be used for measuring text in the font.
|
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the resource.
(Inherited from PdfResource.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Inherited from PdfResource.) | |
| DisposeManagedResources |
Disposes the managed resources.
(Inherited from PdfResource.) | |
| DisposeUnmanagedResources |
Disposes the unmanaged resources.
(Inherited from PdfResource.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Releases unmanaged resources and performs other cleanup operations before the
PdfResource is reclaimed by garbage collection.
(Inherited from PdfResource.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |