MX_GUIFONT* mx_guifont_load(const char* filename, const char* text)
Load a gui font from a file
The request is passed on to the platform code and the DEPUI core code
keeps track of what fonts are in use and what fonts need deleting.
(../include/depui/corepui.c)
(library depui : module corepui)
MX_GUIFONT* mx_guifont_index(int i)
Returns the available gui fonts.
Pass a number less than 0 and the default font will be returned. (../include/depui/corepui.c)
Lower indicies return platform builtin fonts. (../include/depui/corepui.c)
Higher indicies return platform loaded fonts. (../include/depui/corepui.c)
Too high indicies returns 0.
(../include/depui/corepui.c)
(library depui : module corepui)
const char* mx_guifont_text(const MX_GUIFONT* guifont)
Get font desriptive text
This function return a portion of descriptive text for a font put there
by the platform code.
(../include/depui/corepui.c)
(library depui : module corepui)
void mx_guifont_default(MX_GUIFONT* guifont)
Set the default gui font
(../include/depui/corepui.c)
(library depui : module corepui)
Generated by MXDOC 2.2 on Sun Feb 4 15:16:26 2007