diff options
| author | Andrew Innes | 2001-10-17 17:47:28 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-10-17 17:47:28 +0000 |
| commit | d76d3743b3dd7a933b082c80d152c22a5e9ea026 (patch) | |
| tree | 8e88747326b879d4df430d95aae4b3be3c317ad6 /src | |
| parent | 66e5868ae110bf56f83967ce5145111daf17afd4 (diff) | |
| download | emacs-d76d3743b3dd7a933b082c80d152c22a5e9ea026.tar.gz emacs-d76d3743b3dd7a933b082c80d152c22a5e9ea026.zip | |
(struct font_info) [WINDOWSNT]: Add codepage field.
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 9b90a7c5b81..17985b9a7b1 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -43,6 +43,11 @@ struct font_info | |||
| 43 | /* Charset of characters displayed by the font. */ | 43 | /* Charset of characters displayed by the font. */ |
| 44 | int charset; | 44 | int charset; |
| 45 | 45 | ||
| 46 | #ifdef WINDOWSNT | ||
| 47 | /* Codepage of characters that will be displayed by the font. */ | ||
| 48 | int codepage; | ||
| 49 | #endif | ||
| 50 | |||
| 46 | /* Maximum bound width over all existing characters of the font. On | 51 | /* Maximum bound width over all existing characters of the font. On |
| 47 | X window, this is same as (font->max_bounds.width) */ | 52 | X window, this is same as (font->max_bounds.width) */ |
| 48 | int size; | 53 | int size; |