freetype: init harfbuzz binding

This commit is contained in:
Ali Chraghi 2022-06-07 18:16:48 +04:30 committed by Stephen Gutekanst
parent 04a0a79ef6
commit 82e1990009
18 changed files with 111 additions and 31 deletions

View file

@ -1,5 +0,0 @@
const c = @import("c.zig");
pub const Matrix = c.FT_Matrix;
pub const Generic = c.FT_Generic;
pub const BBox = c.FT_BBox;