Winnovative Word to PDF Converter

DocumentAddFont Method

Winnovative Word to PDF Converter Documentation
Overload List

  NameDescription
Public methodAddFont(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.
Public methodAddFont(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.
Public methodAddFont(StandardCJKFont)
Adds a standard CJK font to the collection. If the font was already added the method returns the existing font.
Public methodAddFont(StdFontBaseFamily)
Adds a standard font to the fonts collection. If the font was already added the method returns the existing font.
Public methodAddFont(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.
Public methodAddFont(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.
Public methodAddFont(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.
Public methodAddFont(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.
Top
See Also

Reference