Winnovative PDF Creator Library for .NET
AddFont Method
NamespacesWinnovative.PdfCreatorDocumentAddFont()()()()
Winnovative PDF Creator Library for .NET
Members
IconMemberDescription
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(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(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(StdFontBaseFamily)
Adds a standard font to the collection. If the font was already added the method returns the existing font.

AddFont(StandardCJKFont)
Adds a standard CJK font to the collection. If the font was already added the method returns the existing font.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)