# HG changeset patch # User Kenichi Handa # Date 864794180 0 # Node ID 9b98ddd07fe5f885adedfca93db302760fc8ac26 # Parent ba5fefe8ede152f878d2115335a93920f3a557c4 (FONT_ENCODING_NOT_DECIDED): New macro. diff -r ba5fefe8ede1 -r 9b98ddd07fe5 src/fontset.h --- 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