Unit 'fppdfobjects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-pdf]

TPDFFontDescriptor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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 FontBBox: TPDFRect; [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;

Inheritance

TPDFFontDescriptor

|

TPDFIndirect

|

TPDFContainer

|

TPDFObject

|

TObject


Documentation generated on: 2025-07-25