diff options
author | Kenichi Handa <handa@m17n.org> | 1997-05-28 04:36:20 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-05-28 04:36:20 +0000 |
commit | 71c27002d8a8cf10248b8c8e449e4dbf2e2363b9 (patch) | |
tree | 6d286237cc34522a6a88c6931c346d084cf88b25 | |
parent | 91a7e82925b5998046904617c0b826b107a8352b (diff) | |
download | emacs-71c27002d8a8cf10248b8c8e449e4dbf2e2363b9.tar.gz |
(FONT_ENCODING_NOT_DECIDED): New macro.
-rw-r--r-- | src/fontset.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fontset.h b/src/fontset.h index 10c8f6ef0be..81018a58d09 100644 --- a/src/fontset.h +++ b/src/fontset.h @@ -126,6 +126,11 @@ struct font_info 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 |