comparison src/w32gui.h @ 27632:7ca771f4c076

(struct W32FontStruct): Add ascent and descent slots.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:37:47 +0000
parents d6331257c601
children 583f230183eb
comparison
equal deleted inserted replaced
27631:5fe002cf4b37 27632:7ca771f4c076
26 26
27 typedef struct W32FontStruct { 27 typedef struct W32FontStruct {
28 TEXTMETRIC tm; 28 TEXTMETRIC tm;
29 HFONT hfont; 29 HFONT hfont;
30 bdffont *bdf; 30 bdffont *bdf;
31 int ascent;
32 int descent;
31 } W32FontStruct; 33 } W32FontStruct;
32 34
33 typedef struct W32FontStruct XFontStruct; 35 typedef struct W32FontStruct XFontStruct;
34 36
35 /* Emulate X GC's by keeping color and font info in a structure. */ 37 /* Emulate X GC's by keeping color and font info in a structure. */