Click or drag to resize

FontIsCFF Method

Checks if is cFF.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsCFF()

Return Value

Type: Boolean
true if the embedded font is represented as CFF (Compact Font Format).
Remarks
Only Type1 and Type1C fonts can be represented in CFF format
See Also