[ft-colr] Comment

This commit is contained in:
Behdad Esfahbod 2023-01-10 22:43:30 -07:00
parent 1cb5a87feb
commit f84a8e3289
1 changed files with 3 additions and 0 deletions

View File

@ -305,6 +305,9 @@ _hb_ft_paint (hb_ft_paint_context_t *c,
bool has_clip_box;
FT_ClipBox clip_box;
has_clip_box = FT_Get_Color_Glyph_ClipBox (ft_face, paint.u.colr_glyph.glyphID, &clip_box);
/* The FreeType ClipBox is in scaled coordinates, whereas we need
* unscaled clipbox here. Oh well... */
has_clip_box = 0;
if (has_clip_box)