diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.h | 5 |
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 | ||