[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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] |
end; |
| |
TObject |