[font] Fix a MSVC "error"

Oh well.

Fixes https://github.com/harfbuzz/harfbuzz/issues/4122
pull/4126/head
Behdad Esfahbod 2 years ago
parent b41efb6c4d
commit 946477fa54
  1. 2
      src/hb-font.cc

@ -2489,7 +2489,7 @@ hb_font_set_synthetic_bold (hb_font_t *font,
if (font->x_embolden == x_embolden &&
font->y_embolden == y_embolden &&
font->embolden_in_place == in_place)
font->embolden_in_place == (bool) in_place)
return;
font->serial++;

Loading…
Cancel
Save