function LoadFromFile(const Name: TFileName): integer;
Parameters
Parameters |
Description |
const Name: TFileName |
: TFileName BDFfont filename to load. |
Returns
integer 0 if succesfull, -1 otherwise
Description
Load a BDF font from a file The file is load as CSV file (in fact, a text file separated by space). When loading very large file, use OnProgressLoading to be aware of progress loading.
Class
Links