Bool XGetFontProperty(font_struct, atom, value_return)
XFontStruct *font_struct;
Atom atom;
unsigned long *value_return;
font_struct | Specifies the storage associated with the font. |
atom | Specifies the atom for the property name you want returned. |
value_return | Returns the value of the font property. |