mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
'oblique' font-style is not supported now. When I checked freetype.h, same macro is used for italic and oblique. /* FT_STYLE_FLAG_ITALIC :: */ /* Indicates that a given face style is italic or oblique. */ So, when font style is 'oblique', enable flag for italic. With tests/html/test_italic_bold.html, it works well. |
||
---|---|---|
.. | ||
content | ||
html | ||
power | ||
ref | ||
wpt | ||
contenttest.rs | ||
reftest.rs |