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
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.
0 commit comments