Driver Font Management. More...
Functions | |
void | iupdrvFontInit (void) |
void | iupdrvFontFinish (void) |
void | iupdrvFontGetCharSize (Ihandle *ih, int *charwidth, int *charheight) |
int | iupdrvFontGetStringWidth (Ihandle *ih, const char *str) |
void | iupdrvFontGetMultiLineStringSize (Ihandle *ih, const char *str, int *w, int *h) |
char * | iupdrvGetSystemFont (void) |
int | iupdrvSetStandardFontAttrib (Ihandle *ih, const char *value) |
char * | iupGetFontAttrib (Ihandle *ih) |
int | iupSetFontAttrib (Ihandle *ih, const char *value) |
int | iupGetFontInfo (const char *standardfont, char *fontface, int *size, int *is_bold, int *is_italic, int *is_underline, int *is_strikeout) |
int | iupFontParsePango (const char *value, char *fontface, int *size, int *bold, int *italic, int *underline, int *strikeout) |
int | iupFontParseWin (const char *value, char *fontface, int *size, int *bold, int *italic, int *underline, int *strikeout) |
int | iupFontParseX (const char *value, char *fontface, int *size, int *bold, int *italic, int *underline, int *strikeout) |
int | iupSetFontStyleAttrib (Ihandle *ih, const char *value) |
int | iupSetFontSizeAttrib (Ihandle *ih, const char *value) |
char * | iupGetFontStyleAttrib (Ihandle *ih) |
char * | iupGetFontSizeAttrib (Ihandle *ih) |
char * | iupGetFontFaceAttrib (Ihandle *ih) |
void | iupSetDefaultFontSizeGlobalAttrib (const char *value) |
char * | iupGetDefaultFontSizeGlobalAttrib (void) |
void | iupUpdateStandardFontAttrib (Ihandle *ih) |
const char * | iupFontGetWinName (const char *name) |
const char * | iupFontGetXName (const char *name) |
const char * | iupFontGetPangoName (const char *name) |
See Copyright Notice in "iup.h"
int iupSetFontStyleAttrib | ( | Ihandle * | ih, | |
const char * | value | |||
) |
Changes the FONT style only.
int iupSetFontSizeAttrib | ( | Ihandle * | ih, | |
const char * | value | |||
) |
Changes the FONT size only.
char* iupGetFontStyleAttrib | ( | Ihandle * | ih | ) |
Returns the FONT style.
char* iupGetFontSizeAttrib | ( | Ihandle * | ih | ) |
Returns the FONT size.
char* iupGetFontFaceAttrib | ( | Ihandle * | ih | ) |
Returns the FONT face.