diff src/fontset.h @ 89574:3c4fef237ab7

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 06 Oct 2003 11:24:18 +0000
parents 2f877ed80fa6
children 2ae6208036bd
line wrap: on
line diff
--- a/src/fontset.h	Mon Oct 06 11:23:25 2003 +0000
+++ b/src/fontset.h	Mon Oct 06 11:24:18 2003 +0000
@@ -43,7 +43,8 @@
   /* 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