diff options
author | Werner Lemberg <wl@gnu.org> | 2021-01-15 10:10:54 +0100 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2021-01-15 10:10:54 +0100 |
commit | 8bc18f96a99ce130b710bb2d08cddfadade3130d (patch) | |
tree | 442c38d6914253a2eee8c3599ee5d5068768e9e4 | |
parent | 46abbe54be367193acec311a723670af7472f6ce (diff) |
Typo (#59874).
-rw-r--r-- | freetype2/docs/glyphs/glyphs-6.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/freetype2/docs/glyphs/glyphs-6.html b/freetype2/docs/glyphs/glyphs-6.html index a97d469..b73ac94 100644 --- a/freetype2/docs/glyphs/glyphs-6.html +++ b/freetype2/docs/glyphs/glyphs-6.html @@ -361,7 +361,7 @@ <p>An outline point's vectorial coordinates are expressed in the 26.6 format, i.e., in 1/64th of a pixel, hence the coordinates ‘(1.0,-2.5)’ is stored as the - integer pair ‘(64,-192)’, to name an + integer pair ‘(64,-160)’, to name an example.</p> <p>After a glyph outline is scaled from the EM grid (in font @@ -440,7 +440,7 @@ height = (ymax - ymin)/64</pre> <!-- ************************************************** --> <div class="updated"> - <p>Last update: 13-Feb-2018</p> + <p>Last update: 15-Jan-2021</p> </div> </div> </div> |