ref: 762de5e2850d16ab0ef671e3e307b99df1956eb9
parent: cf8d9b4ce3fa2c6cd9ccb25585bc17a355c987b0
author: Alexei Podtelezhnikov <[email protected]>
date: Thu Jul 6 18:31:57 EDT 2017
Tweak suggested use of `lsb_delta' and `rsb_delta'.
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -1795,9 +1795,9 @@
/* */
/* <load glyph with `FT_Load_Glyph'> */
/* */
- /* if ( prev_rsb_delta - slot->lsb_delta >= 32 ) */
+ /* if ( prev_rsb_delta - slot->lsb_delta > 32 ) */
/* origin_x -= 64; */
- /* else if ( prev_rsb_delta - slot->lsb_delta < -32 ) */
+ /* else if ( prev_rsb_delta - slot->lsb_delta < -31 ) */
/* origin_x += 64; */
/* */
/* prev_rsb_delta = slot->rsb_delta; */