Important doc fix.
This commit is contained in:
parent
f1b6183f36
commit
d01e28f41f
|
@ -1836,7 +1836,7 @@ FT_BEGIN_HEADER
|
|||
* and add it to `origin_x'>
|
||||
*
|
||||
* origin_x += slot->advance.x;
|
||||
* origin_x += slot->rsb_delta - slot->lsb_delta;
|
||||
* origin_x += slot->lsb_delta - slot->rsb_delta;
|
||||
* endfor
|
||||
* ```
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue