servo/components
bors-servo c2076d707e auto merge of #4660 : deokjinkim/servo/font_style, r=jdm
'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.
2015-01-28 11:51:53 -07:00
..
canvas Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
compositing Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
devtools self import 2015-01-28 13:46:00 +05:30
devtools_traits Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
gfx auto merge of #4660 : deokjinkim/servo/font_style, r=jdm 2015-01-28 11:51:53 -07:00
layout auto merge of #4656 : PeterReid/servo/issue4125, r=mbrubeck 2015-01-28 10:18:52 -07:00
layout_traits Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
msg Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
net silence fetch warnings 2015-01-28 13:51:35 +05:30
plugins Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
script Don't shadow lifetimes in script. 2015-01-28 13:48:28 +01:00
script_traits raw_pointer_deriving -> raw_pointer_derive 2015-01-28 13:54:18 +05:30
servo auto merge of #4752 : Ms2ger/servo/update-xlib, r=jdm 2015-01-28 11:03:53 -07:00
style self import 2015-01-28 13:46:00 +05:30
util self import 2015-01-28 13:46:00 +05:30