[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: PXL.Fonts.pas line 426
type TBitmapFonts = class |
||
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
function AddFromBinaryStream(); |
|
|
function AddFromBinaryFile(); |
|
|
function AddFromBinaryAsset(); |
|
|
function AddFromXMLStream(); |
|
|
function AddFromXMLFile(); |
|
|
function AddFromXMLAsset(); |
|
|
function AddSystemFont(); |
|
|
function IndexOf(); |
|
|
function Insert(); |
|
|
function Include(); |
|
|
procedure Remove(); |
|
|
procedure Clear; |
|
|
procedure MarkSearchDirty; |
|
|
property StyleTags: TBitmapFont.TStyleTags; [r] |
|
|
property Device: TCustomDevice; [r] |
|
|
property Canvas: TCustomCanvas; [rw] |
|
|
property Count: Integer; [r] |
|
|
property Items []: TBitmapFont; default; [r] |
|
|
property Font []: TBitmapFont; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |