[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |