[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fppdfobjects.pp line 609
type TPDFFontDescriptor = class(TPDFIndirect) |
protected |
class function RegisterAsType; override; |
public |
function GetDescription; override; |
property Type_: string; [r] |
property FontFamily: string; [r] |
property FontName: string; [r] |
property FontStretch: string; [r] |
property FontWeight: Integer; [r] |
property Flags: Integer; [r] |
property ItalicAngle: Single; [r] |
property Ascent: Single; [r] |
property Descent: Single; [r] |
property Leading: Single; [r] |
property CapHeight: Single; [r] |
property XHeight: Single; [r] |
property StemV: Single; [r] |
property StemH: Single; [r] |
property AvgWidth: Single; [r] |
property MaxWidth: Single; [r] |
property MissingWidth: Single; [r] |
property FontFile: TPDFRefData; [r] |
property FontFile2: TPDFRefData; [r] |
property FontFile3: TPDFRefData; [r] |
property CharSet: string; [r] |
end; |
| |
| |
| |
| |
TObject |