diff src/fontset.h @ 17998:9b98ddd07fe5

(FONT_ENCODING_NOT_DECIDED): New macro.
author Kenichi Handa <handa@m17n.org>
date Wed, 28 May 1997 04:36:20 +0000
parents 8173865f80ce
children 33e78cc7f058
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