Source position: freetype.pp line 158
public function TFontManager.GetString( |
FontId: Integer; |
Text: AnsiString; |
size: real; |
angle: real |
):TStringBitMaps; |
FontId: Integer; |
Text: Unicodestring; |
size: real; |
angle: real |
):TUnicodeStringBitMaps; |
FontId: Integer; |
Text: AnsiString; |
Size: real |
):TStringBitMaps; |
FontId: Integer; |
Text: Unicodestring; |
Size: real |