ref: d01e28f41f8810c8ea422b854f8722659589fa99
parent: f1b6183f36d4a28a874bd25fd89363dc8ac32574
author: Alexei Podtelezhnikov <[email protected]>
date: Thu Dec 6 03:12:27 EST 2018
Important doc fix.
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -1836,7 +1836,7 @@
* 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
* ```
*