]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct W32FontStruct): Add ascent and descent slots.
authorAndrew Innes <andrewi@gnu.org>
Sun, 6 Feb 2000 23:37:47 +0000 (23:37 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 6 Feb 2000 23:37:47 +0000 (23:37 +0000)
src/w32gui.h

index dc5dfc0088a660dd59a1b8fb3cf069f5859f8534..45eae8583d26a1a8dd30afa3f1bdfa009b084d82 100644 (file)
@@ -28,6 +28,8 @@ typedef struct W32FontStruct {
   TEXTMETRIC tm;
   HFONT hfont;
   bdffont *bdf;
+  int ascent;
+  int descent;
 } W32FontStruct;
 
 typedef struct W32FontStruct XFontStruct;