Add comment about outline_size.

This commit is contained in:
Josh Holtrop 2021-01-07 20:11:17 -05:00
parent 4a0727b535
commit 8006e14aea

View File

@ -45,6 +45,7 @@ static bool initialize_freetype()
return true; return true;
} }
/* outline_size is in 64ths of a pixel. */
dft_glyph_t * dft_glyph_new(dft_font_t * dft_font, uint32_t char_code, int32_t outline_size) dft_glyph_t * dft_glyph_new(dft_font_t * dft_font, uint32_t char_code, int32_t outline_size)
{ {
FT_Glyph glyph; FT_Glyph glyph;