[Overview][Classes][Index] Reference for unit 'fontloader' (#Simba)

TMFonts

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

Declaration

Source position: fontloader.pas line 49

type TMFonts = class(TObject)

public

  constructor Create();

  destructor Destroy; override;

  function GetFont();

  function FreeFont();

  function LoadFont();

  function LoadSystemFont();

  function Copy();

  function Count;

  property Path: String; [rw]

  property Font: TMFont; default; [r]

end;

Inheritance

TMFonts

|

TObject