mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 13:05:04 +00:00
[font] Bump coords serial if face changed
Such that ot-font clears its advance cache
This commit is contained in:
parent
321c14c920
commit
bbf0c6e781
1 changed files with 1 additions and 0 deletions
|
@ -2212,6 +2212,7 @@ hb_font_set_face (hb_font_t *font,
|
|||
hb_face_destroy (old);
|
||||
|
||||
font->changed ();
|
||||
font->serial_coords = font->serial;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue