example: add font_loading

This commit is contained in:
Timothy Fiss 2025-07-26 11:59:48 -06:00 committed by Nikolas
parent 10c8f7d7ad
commit 180d2e04de
2 changed files with 100 additions and 0 deletions

View file

@ -309,6 +309,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/text/font_filters.zig",
.desc = "Demonstrates the various font filters",
},
.{
.name = "font_loading",
.path = "examples/text/font_loading.zig",
.desc = "Demonstrates how to load fonts",
},
.{
.name = "text_format_text",
.path = "examples/text/text_format_text.zig",