Overload List
Name | Description | |
---|---|---|
AddFont(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.
| |
AddFont(Font) |
Adds a system font to the fonts collection. If the font was already added
the method returns the existing font. By default the font
is embedded in the PDF document in order to support Unicode texts.
| |
AddFont(StandardCJKFont) |
Adds a standard CJK font to the collection.
If the font was already added the method returns the existing font.
| |
AddFont(StdFontBaseFamily) |
Adds a standard font to the fonts collection.
If the font was already added the method returns the existing font.
| |
AddFont(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.
| |
AddFont(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 indicates if the added font
will be embedded into the PDF document.
| |
AddFont(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.
| |
AddFont(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