summaryrefslogtreecommitdiff
path: root/src/fontset.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2003-10-06 11:24:18 +0000
committerKenichi Handa <handa@m17n.org>2003-10-06 11:24:18 +0000
commitdcafe1c7b8efc5c1e8176abab91cfb7e4a065f5b (patch)
treeea452439d624a4aec8378b4072a748be35771de8 /src/fontset.h
parent0e3dd87aae8b4a587c885f35a84781a545f7dd58 (diff)
downloademacs-dcafe1c7b8efc5c1e8176abab91cfb7e4a065f5b.tar.gz
*** empty log message ***
Diffstat (limited to 'src/fontset.h')
-rw-r--r--src/fontset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h
index 5c70eddecdc..0fe186d0ff7 100644
--- a/src/fontset.h
+++ b/src/fontset.h
@@ -43,7 +43,8 @@ struct font_info
/* Full name of the font given by a window system. */
char *full_name;
- /* Charset of characters displayed by the font. */
+ /* Charset to encode a character code into a glyph code of the
+ font. */
int charset;
#ifdef WINDOWSNT