XCharStruct

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
extern (C) nothrow @nogc
struct XCharStruct {}

Members

Variables

ascent
short ascent;
Undocumented in source.
attributes
ushort attributes;
Undocumented in source.
descent
short descent;
Undocumented in source.
lbearing
short lbearing;
Undocumented in source.
rbearing
short rbearing;
Undocumented in source.
width
short width;
Undocumented in source.

Meta