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
Cairo doesn't necessarily need the use Freetype API. There is Harfbuzz-Cairo API which could avoid talking to Freetype directly from Alexandrie, to load fonts and render them.
It's not much code for this new package:
class is AeCairoFreetypeFontFace
a method extension referencing it (AeFTFace>>#newCairoFontFace)
check more
The text was updated successfully, but these errors were encountered:
Additionally, there are FFI bindings to functions that belong to hb-ft.h. In the case we decide to remove those bindings, we could avoid a circular dependency Freetype <-> Harfbuzz. Explained here: harfbuzz/harfbuzz#2524 (comment) (this can be interesting for @tesonep).
There are bindings to functions that begin with hb_tf_:
Cairo doesn't necessarily need the use Freetype API. There is Harfbuzz-Cairo API which could avoid talking to Freetype directly from Alexandrie, to load fonts and render them.
It's not much code for this new package:
AeCairoFreetypeFontFace
AeFTFace>>#newCairoFontFace
)The text was updated successfully, but these errors were encountered: