From 71c27002d8a8cf10248b8c8e449e4dbf2e2363b9 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 28 May 1997 04:36:20 +0000 Subject: [PATCH] (FONT_ENCODING_NOT_DECIDED): New macro. --- src/fontset.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5