| DirectFB Reference Manual | ||
| |||
Load a font from the specified file given a description of how to load the glyphs.
| CreateFont ( | ||||
| IDirectFB | * | thiz, | ||
| const char | * | filename, | ||
| const DFBFontDescription | * | desc, | ||
| IDirectFBFont | ** | ret_interface | ||
| ); | ||||
| (C) Copyright by convergence GmbH |
|