IupUnMapFont

IUP - Portable User Interface

IupUnMapFont

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

Parameters/Return

char* IupUnMapFont(char *font); [in C]
IupUnMapFont(font :string) -> (iupfont : string) [in IupLua3]
iup.UnMapFont(font :string) -> (iupfont : string) [in IupLua5]

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, IUP_FONT