CPDFFontGetFamilyStyleName Method |
Gets font family and style name.
Namespace:
ComPDFKit.PDFDocument
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public static void GetFamilyStyleName(
string postScriptName,
ref string familyName,
ref string styleName
)
Parameters
- postScriptName
- Type: SystemString
the font names required by the PDF SDK - familyName
- Type: SystemString
font family name - styleName
- Type: SystemString
font style name
See Also