[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: freetype.pp line 112
type TFontManager = class |
protected |
function GetFontId(); |
function CreateFont(); |
function GetFont(); |
procedure GetSize(); |
function CreateSize(); |
procedure SetPixelSize(); |
function GetGlyph(); |
function CreateGlyph(); |
procedure MakeTransformation(); |
procedure InitMakeString(); |
function MakeString(); |
public |
constructor Create; |
destructor destroy; override; |
function SearchFont(); |
function RequestFont(); |
function GetFreeTypeFont(); |
function GetString(); |
function GetStringGray(); |
property SearchPath: string; [rw] |
property DefaultExtention: string; [rw] |
property Resolution: Integer; [rw] |
end; |
| |
TObject |