diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cairo-ft-font.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c index be9db5bc..e07a59fc 100644 --- a/src/cairo-ft-font.c +++ b/src/cairo-ft-font.c @@ -1822,8 +1822,7 @@ _cairo_ft_scaled_glyph_init (void *abstract_font, y_factor = 1 / unscaled->y_scale; /* - * Note: the font's coordinate system is upside down from ours, so the - * Y coordinates of the bearing and advance need to be negated. + * Note: Y coordinates of the horizontal bearing need to be negated. * * Scale metrics back to glyph space from the scaled glyph space returned * by FreeType |