gfx: font: begin adding text shaping via harfbuzz

Helps hexops/mach#877

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-10-03 04:33:26 -07:00
parent 3bcbdc4682
commit 87c3de78f5
7 changed files with 333 additions and 9 deletions

View file

@ -30,6 +30,5 @@ test {
_ = gfx;
_ = math;
_ = testing;
std.testing.refAllDeclsRecursive(Atlas);
std.testing.refAllDeclsRecursive(math);
}