You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fonts: Fix compilation warning due to added fallback mechanism (servo#39803)
servo#39608 added a mechanism to read document language from layout. It was
used to make sure fallback font for Hiragana/Katakana/Kanji is same for
Japanese document.
Right now, the mechanism is only used for FreeType/macOS. For Windows,
it already did the job correctly even before servo#39608, so there is no need
for the mechanism yet.
Testing: Manually tested on https://ja.wikipedia.org/wiki/Servo
Signed-off-by: Euclid Ye <[email protected]>
0 commit comments