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

TMFont

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

Font class

Declaration

Source position: fontloader.pas line 39

type TMFont = class(TObject)

public

  Name: String;

  Data: TOcrData;

  constructor Create;

  destructor Destroy; override;

  function Copy;

end;

Inheritance

TMFont

  

Font class

|

TObject