freetype: Bitmap Handling 100% Coverage

This commit is contained in:
alichraghi 2022-07-22 15:24:58 +04:30 committed by Stephen Gutekanst
parent fbc9cee4cc
commit 0aa9cc4a04
3 changed files with 41 additions and 0 deletions

View file

@ -1,6 +1,7 @@
pub usingnamespace @cImport({
@cInclude("hb-ft.h");
@cInclude("freetype/ftbbox.h");
@cInclude("freetype/ftbitmap.h");
@cInclude("freetype/ftcolor.h");
@cInclude("freetype/ftlcdfil.h");
@cInclude("freetype/ftsizes.h");