Begin adding comments for documentation

This commit is contained in:
Anurag Thakur 2022-09-11 11:57:14 +05:30
parent 8e68439a6f
commit ea114d2cdf
1 changed files with 1 additions and 0 deletions

View File

@ -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 )