Overload List
Name | Description | |
---|---|---|
Add(Byte) |
Adds a system font to the fonts collection. The font is created from the specified font data.
If the font was already added the method returns the existing font.
| |
Add(Font) |
Adds a system font to the fonts collection. If the font was already added
the method returns the existing font.
| |
Add(PdfFont) |
Adds a PDF font to the fonts collection.
If the font was already added the method returns the existing font.
| |
Add(StandardCJKFont) |
Adds a standard CJK font to the collection.
If the font was already added the method returns the existing font.
| |
Add(StdFontBaseFamily) |
Adds a standard font to the collection.
If the font was already added the method returns the existing font.
| |
Add(String) |
Adds a system font to the fonts collection. The font is created from the specified file.
If the font was already added the method returns the existing font.
| |
Add(Font, Boolean) |
Adds a system font to the fonts collection. If the font was already added
the method returns the existing font. The embedFont property says if the added font
will be embedded into the PDF document
| |
Add(Byte, Single, FontStyle) |
Adds a system font to the fonts collection. The font is created from the specified font data with the specified style.
If the font was already added the method returns the existing font.
| |
Add(String, Single, FontStyle) |
Adds a system font to the fonts collection. The font is created from the specified file with the specified style.
If the font was already added the method returns the existing font.
|
See Also