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
fontique: Update to objc2 0.6 and new CoreFoundation bindings
The `objc2` family of crates now provides bindings for CoreFoundation
and CoreText (and much more), so we can use these rather than the
old `core-foundation` and `core-text` crates.
This also simplifies some of the code. One simplification assumes
that `CTFontCreateUIFontForLanguage` won't fail.
0 commit comments