[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Prometheus_Vid' (#Prometheus)

Font

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

Declaration

Source position: Prometheus_Vid.pas line 130

type Font = object

  Size: Int64;

  Pointer_: Pointer;

  Source: String;

  procedure Load();

  procedure Delete;

  procedure SetSize();

  procedure Draw();

  function GetRenderedWidth();

  function GetRenderedHeight();

end;

Inheritance

Font