aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-05-28 04:36:20 +0000
committerKenichi Handa1997-05-28 04:36:20 +0000
commit71c27002d8a8cf10248b8c8e449e4dbf2e2363b9 (patch)
tree6d286237cc34522a6a88c6931c346d084cf88b25
parent91a7e82925b5998046904617c0b826b107a8352b (diff)
downloademacs-71c27002d8a8cf10248b8c8e449e4dbf2e2363b9.tar.gz
emacs-71c27002d8a8cf10248b8c8e449e4dbf2e2363b9.zip
(FONT_ENCODING_NOT_DECIDED): New macro.
-rw-r--r--src/fontset.h5
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
126 struct ccl_program *font_encoder; 126 struct ccl_program *font_encoder;
127}; 127};
128 128
129/* A value which may appear in the member encoding of struch font_info
130 indicating that a font itself doesn't tell which encoding to be
131 used. */
132#define FONT_ENCODING_NOT_DECIDED 4
133
129#define FONT_NOT_OPENED -1 134#define FONT_NOT_OPENED -1
130#define FONT_NOT_FOUND -2 135#define FONT_NOT_FOUND -2
131 136