diff options
Diffstat (limited to 'src/w32font.c')
-rw-r--r-- | src/w32font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32font.c b/src/w32font.c index f2d4e5e45e8..70cfdd6bbe1 100644 --- a/src/w32font.c +++ b/src/w32font.c @@ -430,7 +430,7 @@ w32font_encode_char (struct font *font, int c) } /* w32 implementation of text_extents for font backend. - Perform the size computation of glyphs of FONT and fillin members + Perform the size computation of glyphs of FONT and fill in members of METRICS. The glyphs are specified by their glyph codes in CODE (length NGLYPHS). Apparently metrics can be NULL, in this case just return the overall width. */ |