add: example font_filters, fix typo

example font_filters
This commit is contained in:
Timothy Fiss 2025-07-26 11:35:27 -06:00 committed by Nikolas
parent a787270fea
commit 6efd4175ef
4 changed files with 149 additions and 1 deletions

View file

@ -304,6 +304,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/text/draw_3d.zig",
.desc = "Renders an example of text rendered in a 3d world",
},
.{
.name = "font_filters",
.path = "examples/text/font_filters.zig",
.desc = "Demonstrates the various font filters",
},
.{
.name = "text_format_text",
.path = "examples/text/text_format_text.zig",