XFontStruct
extern (C)
struct XFontStruct {
}
Members
- all_chars_exist
Bool all_chars_exist;
Undocumented in source.
- ascent
int ascent;
Undocumented in source.
- default_char
uint default_char;
Undocumented in source.
- descent
int descent;
Undocumented in source.
- direction
uint direction;
Undocumented in source.
- ext_data
XExtData* ext_data;
Undocumented in source.
- fid
Font fid;
Undocumented in source.
- max_bounds
XCharStruct max_bounds;
Undocumented in source.
- max_byte1
uint max_byte1;
Undocumented in source.
- max_char_or_byte2
uint max_char_or_byte2;
Undocumented in source.
- min_bounds
XCharStruct min_bounds;
Undocumented in source.
- min_byte1
uint min_byte1;
Undocumented in source.
- min_char_or_byte2
uint min_char_or_byte2;
Undocumented in source.
- n_properties
int n_properties;
Undocumented in source.
- per_char
XCharStruct* per_char;
Undocumented in source.
- properties
XFontProp* properties;
Undocumented in source.
X11 Xlib
aliasesenumsfunctionsmanifest constantsstructsunions