IupMapFont (Deprecated since 3.0)

Retrieves the name of a native font, given the name of the old IUP FONT names. See the old Font Names table for a list of  names. 

Parameters/Return

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

Returns: the name of the native font.

See Also

IupUnMapFont