Click or drag to resize

CPDFFontGetPostScriptName Method

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public static void GetPostScriptName(
	string familyName,
	string styleName,
	ref string postScriptName
)

Parameters

familyName
Type: SystemString
styleName
Type: SystemString
postScriptName
Type: SystemString
See Also