Mercurial > emacs
changeset 29311:ae557edf565b
(struct glyph) [WINDOWSNT]: Add w32_font_type member.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 30 May 2000 21:24:04 +0000 |
parents | 2ffc1fff111a |
children | 8b6842c36473 |
files | src/dispextern.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Tue May 30 21:19:39 2000 +0000 +++ b/src/dispextern.h Tue May 30 21:24:04 2000 +0000 @@ -282,6 +282,14 @@ /* 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 {