FontType
Description
Used to determine the type of the selected font.
Syntax
Delphi
function TQuickPDF0813.FontType: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::FontType As Long
DLL
int QuickPDFFontType(int InstanceID)
Return values
| 0 | No font has been selected |
| 1 | Unknown |
| 2 | Standard |
| 3 | TrueType |
| 4 | Embedded TrueType |
| 5 | Packaged |
| 6 | Type1 |
| 7 | Subsetted |
| 8 | Type3 |