mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; * src/w32dwrite.c (text_extents_internal): Fix typos in comments.
This commit is contained in:
parent
0548059289
commit
d3f1f4923f
1 changed files with 2 additions and 2 deletions
|
|
@ -768,8 +768,8 @@ convert_metrics_sz (int sz, float font_size, int units_per_em)
|
|||
}
|
||||
|
||||
|
||||
/* It the caller does not need ascent/descent information, it should pass
|
||||
need_ascent_descent = false. This is used to avoid the overhead of
|
||||
/* If the caller does not need ascent/descent information, it should pass
|
||||
NEED_ASCENT_DESCENT = false. This is used to avoid the overhead of
|
||||
calling GetGlyphRunOutline. */
|
||||
|
||||
static bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue