8 lines
246 B
Zig
8 lines
246 B
Zig
pub usingnamespace @cImport({
|
|
@cInclude("hb-ft.h");
|
|
@cInclude("freetype/ftbbox.h");
|
|
@cInclude("freetype/ftcolor.h");
|
|
@cInclude("freetype/ftlcdfil.h");
|
|
@cInclude("freetype/ftsizes.h");
|
|
@cInclude("freetype/ftstroke.h");
|
|
});
|