From ea114d2cdfff6cdacd73921ccfc92acad32a7ffd Mon Sep 17 00:00:00 2001 From: Anurag Thakur Date: Sun, 11 Sep 2022 11:57:14 +0530 Subject: [PATCH] Begin adding comments for documentation --- src/smooth/ftsmooth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/smooth/ftsmooth.c b/src/smooth/ftsmooth.c index df227c375..9015dca9c 100644 --- a/src/smooth/ftsmooth.c +++ b/src/smooth/ftsmooth.c @@ -477,6 +477,7 @@ slot->internal->flags |= FT_GLYPH_OWN_BITMAP; + /* Outline points are expressed as 1/64th of a pixel (26.6 fixed-point format) */ x_shift = 64 * -slot->bitmap_left; y_shift = 64 * -slot->bitmap_top; if ( bitmap->pixel_mode == FT_PIXEL_MODE_LCD_V )