From b40b05b6feb25f38ca7b2319b7bbb1c6295b357d Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 30 May 2000 21:24:04 +0000 Subject: [PATCH] (struct glyph) [WINDOWSNT]: Add w32_font_type member. --- src/dispextern.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/dispextern.h b/src/dispextern.h index a594334ccb1..68334438676 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -282,6 +282,14 @@ struct glyph /* Face of the glyph. */ unsigned face_id : 22; +#ifdef WINDOWSNT + /* Type of font used to display the character glyph. Used to + determine which set of functions to use to obtain font metrics + for the glyph. Value should be an enumerator of the type + w32_char_font_type. */ + unsigned w32_font_type : 2; +#endif + /* A union of sub-structures for different glyph types. */ union { -- 2.39.5