From 0052a264ee303067f580920cd1487b120886bd46 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sun, 6 Feb 2000 23:37:47 +0000 Subject: [PATCH] (struct W32FontStruct): Add ascent and descent slots. --- src/w32gui.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/w32gui.h b/src/w32gui.h index dc5dfc0088a..45eae8583d2 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -28,6 +28,8 @@ typedef struct W32FontStruct { TEXTMETRIC tm; HFONT hfont; bdffont *bdf; + int ascent; + int descent; } W32FontStruct; typedef struct W32FontStruct XFontStruct; -- 2.39.5