IupMapFont

IUP - Portable User Interface

IupMapFont

Retrieves the name of a native font, given the name of the OLD IUP 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* IupMapFont(const char *iupfont); [in C]
iup.MapFont(iupfont : string) -> (driverfont : string) [in Lua]

This function returns the name of the native font.

See Also

IupUnMapFont