Click or drag to resize

CPDFFontGetFamlyStyleName Method

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

Parameters

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