This commit is contained in:
Alexei Podtelezhnikov 2017-02-24 21:54:01 -05:00
parent f0cee1a22c
commit d4b6a2053f
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ FT_BEGIN_HEADER
/* */
/* { */
/* x' = (x << shift) - delta */
/* y' = (x << shift) - delta */
/* y' = (y << shift) - delta */
/* } */
/* */
/* Set the values of `shift' and `delta' to~0 to get the original */