mach/freetype/src/types.zig

5 lines
119 B
Zig

const c = @import("c");
pub const Matrix = c.FT_Matrix;
pub const Generic = c.FT_Generic;
pub const BBox = c.FT_BBox;