Mercurial > emacs
changeset 17998:9b98ddd07fe5
(FONT_ENCODING_NOT_DECIDED): New macro.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 28 May 1997 04:36:20 +0000 |
parents | ba5fefe8ede1 |
children | 5e325c8057c8 |
files | src/fontset.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fontset.h Wed May 28 04:22:11 1997 +0000 +++ b/src/fontset.h Wed May 28 04:36:20 1997 +0000 @@ -126,6 +126,11 @@ struct ccl_program *font_encoder; }; +/* A value which may appear in the member encoding of struch font_info + indicating that a font itself doesn't tell which encoding to be + used. */ +#define FONT_ENCODING_NOT_DECIDED 4 + #define FONT_NOT_OPENED -1 #define FONT_NOT_FOUND -2