]> git.eshelyaron.com Git - emacs.git/commitdiff
(FONT_ENCODING_NOT_DECIDED): New macro.
authorKenichi Handa <handa@m17n.org>
Wed, 28 May 1997 04:36:20 +0000 (04:36 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 28 May 1997 04:36:20 +0000 (04:36 +0000)
src/fontset.h

index 10c8f6ef0be1e83263cc105908f94d445e4c3d4a..81018a58d096989046579ae371bd98c2ea04c6ca 100644 (file)
@@ -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