Tags: servo/dwrote-rs
Tags
Auto merge of #30 - lsalzman:new-from-path-analysis, r=jrmuizel make FontFile::new_from_path analyze the font This is necessary to resolve Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1455848 We need to switch over to using paths instead of descriptors, but FontFile::new_from_path does not call analyze() such that create_face() will always fail. This fixes that.
Auto merge of #5 - lsalzman:font-face-simulations, r=glennw add create_font_face_with_simulations to FontFace This is needed to be able to support synthetic bold on an arbitrary font face in WebRender, without which we can't properly support bold for many bitmapped Asian fonts.