diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-08-15 05:48:12 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-08-15 05:48:12 -0400 |
commit | 4b3fadefc835cf627c3887a72d8cbb117d7ad5f7 (patch) | |
tree | a8658dbc776c634f0b656e9da1f6a07f08a7406a /src | |
parent | db779b5121ae548753b4559bd59b269e489c6567 (diff) |
[FreeType] Fix comment about font coordinate
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 |