(struct W32FontStruct): Add ascent and descent slots.

This commit is contained in:
Andrew Innes 2000-02-06 23:37:47 +00:00
parent a9b4e0ec68
commit 0052a264ee

View file

@ -28,6 +28,8 @@ typedef struct W32FontStruct {
TEXTMETRIC tm;
HFONT hfont;
bdffont *bdf;
int ascent;
int descent;
} W32FontStruct;
typedef struct W32FontStruct XFontStruct;