Add comment about outline_size.
This commit is contained in:
parent
4a0727b535
commit
8006e14aea
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user