OSDN Git Service

Updated comment for GLYPH_COUNT.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 28 Nov 2019 18:11:19 +0000 (10:11 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 28 Nov 2019 18:11:19 +0000 (10:11 -0800)
src/main-cocoa.m

index c82a7df..7611c51 100644 (file)
@@ -334,9 +334,10 @@ static int resize_pending_changes(struct PendingChanges* pc, int nrow)
 
 
 /* The max number of glyphs we support.  Currently this only affects
- * updateGlyphInfo() for the calculation of the tile size (the glyphArray and
- * glyphWidths members of AngbandContext are only used in updateGlyphInfo()).
- * The rendering in drawWChar will work for glyphs not in updateGlyphInfo()'s
+ * updateGlyphInfo() for the calculation of the tile size, fontAscender,
+ * fontDescender, ncol_pre, and ncol_post (the glyphArray and glyphWidths
+ * members of AngbandContext are only used in updateGlyphInfo()).  The
+ * rendering in drawWChar will work for glyphs not in updateGlyphInfo()'s
  * set, and that is used for rendering Japanese characters.
  */
 #define GLYPH_COUNT 256