(struct W32FontStruct): Add ascent and descent slots.
This commit is contained in:
parent
a9b4e0ec68
commit
0052a264ee
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ typedef struct W32FontStruct {
|
|||
TEXTMETRIC tm;
|
||||
HFONT hfont;
|
||||
bdffont *bdf;
|
||||
int ascent;
|
||||
int descent;
|
||||
} W32FontStruct;
|
||||
|
||||
typedef struct W32FontStruct XFontStruct;
|
||||
|
|
Loading…
Add table
Reference in a new issue