IupUnMapFont

IUP - Portable User Interface

IupUnMapFont

Retrieves the name of the OLD IUP font, given the native font.  See the Old Character Fonts table for a list of the old font names. 

Deprecated function. Use the new common font names. See the FONT attribute.

Parameters/Return

char* IupUnMapFont(const char *driverfont); [in C]
iup.UnMapFont(driverfont :string) -> (iupfont : string) [in Lua]

This function returns the name of the IUP font, given the native font. If such font does not exist, the function will return NULL.

See Also

IupMapFont