PdfFontCollection Methods |
The PdfFontCollection type exposes the following members.
Name | Description | |
---|---|---|
Add(Font) |
Adds a system font to the pdf fonts collection.
| |
Add(String) |
Adds a system font to the pdf fonts collection. The font is loaded from the specified file.
| |
Add(PdfFont) |
Adds a pdf font to the pdf fonts collection.
| |
Add(PdfFont) |
Adds the specified array of pdf fonts to the pdf document fonts collection.
| |
Add(PdfStandardCJKFont) |
Adds a standard CJK font to the pdf fonts collection.
| |
Add(PdfStandardFont) |
Adds a standard font to the pdf fonts collection.
| |
Add(Font, Boolean) |
Adds a system font to the pdf fonts collection.
| |
Contains |
Checks if the specified font belongs to the fonts collection.
| |
GetEnumerator |
Gets the collection enumerator.
| |
IndexOf |
Returns the index of the specified font in the fonts collection.
| |
Insert |
Inserts a font to the specified index in the pdf fonts collection.
| |
Remove |
Removes the specified pdf font from the fonts collection.
|