Click or drag to resize

CPDFFont Class

The class for font management
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFDocumentCPDFFont

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
public static class CPDFFont

The CPDFFont type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetFamilyStyleName
Gets font family and style name.
Public methodStatic memberGetFontNameDictionary
Gets a list of the names of available fonts.
Public methodStatic memberGetPostScriptName
Get the font names required by the PDF SDK.
Public methodStatic memberInitFont
Initializes font management.
Public methodStatic memberIsFontInitializationComplete
Whether the font management initialization is complete.
Top
See Also