Skip to content

Tags: servo/dwrote-rs

Tags

0.11.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Publish 0.11.3. (#65)

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

v0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of #20 - lsalzman:variation-fonts, r=kvark

add support for creating variation fonts

This is necessary to fix downstream Gecko bug https://bugzilla.mozilla.org/show_bug.cgi?id=1441323

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of #17 - pcwalton:export-font-type, r=mbrubeck

Export `FontFaceType` from the `font_face` module

Sorry, forgot to do this in my previous PR.

r? @mbrubeck

v0.4.1

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.

v0.3.0

Merge pull request #2 from nox/serde-derive

Switch to serde_derive only