IupMapFont

IUP - Portable User Interface

IupMapFont

Retrieves the name of a native font, given the name of the IUP font.

Parameters/Return

char* IupMapFont(char *iupfont); [in C]
IupMapFont(iupfont : string) -> (nativefont : string) [in IupLua3]
iup.MapFont(iupfont : string) -> (nativefont : string) [in IupLua5]

This function returns the name of the native font.

See Also

IupUnMapFont, FONT attribute