Unit 'feFontEngineObjects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_engines]

TFontCollectionItem

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

Declaration

Source position: fefontengineobjects.pas line 424

type TFontCollectionItem = class(TFECustomFontCollectionItem)

protected

  function GetFilename; override;

  

  function GetBold; override;

  

  function GetInformation(); override;

  

  function GetItalic; override;

  

  function GetStyleCount; override;

  

  function GetStyles; override;

  

  function GetStyle(); override;

  

  function GetVersionNumber; override;

  

  procedure NotifyDestroy; override;

  

  procedure Init;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function HasStyle(); override;

  

  property Information []: string; [rw]

  

  property VersionNumber: string; [rw]

  

  function CreateFont; override;

  

  function QueryFace(); override;

  

  procedure ReleaseFace(); override;

  

  property UsePostscriptStyle: Boolean; [rw]

  

end;

Inheritance

TFontCollectionItem

  

|

TFECustomFontCollectionItem

  

|

TObject



CT Web help

CodeTyphon Studio