A collection of PdfFont objects
Inheritance Hierarchy
HiQPdfPdfFontsCollection
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfFontsCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
The number of fonts in collection
| |
| Item |
Gets the font at the given index from collection
| |
| PdfDocument |
The PDF document owning this fonts collection
|
Methods
| Name | Description | |
|---|---|---|
| CreateFont(Font) |
Creates a PDF font from the given .NET font and adds it to the collection.
The font will be embedded in the generated PDF document
| |
| CreateFont(String) |
Creates a PDF font from the given font file
| |
| CreateFont(Font, Boolean) |
Creates a PDF font from the given .NET font and adds it to the collection.
Optionally embeds the font in the generated PDF document based on embed parameter value
| |
| CreateFontFromData(Byte) |
Creates a system font from font data and adds it to the collection
| |
| CreateFontFromData(Byte, Single, FontStyle) |
Creates a system font with size and style from font data and adds it to the collection
| |
| CreateStandardFont |
Creates a PDF font from the given standard Type 1 font and adds it to the collection
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns the collection enumerator
| |
| GetHashCode | Serves as a hash function for a particular type. (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.) |
See Also