example: add font_sdf.zig
This commit is contained in:
parent
180d2e04de
commit
d39c75c234
5 changed files with 208 additions and 0 deletions
|
|
@ -314,6 +314,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/text/font_loading.zig",
|
||||
.desc = "Demonstrates how to load fonts",
|
||||
},
|
||||
.{
|
||||
.name = "font_sdf",
|
||||
.path = "examples/text/font_sdf.zig",
|
||||
.desc = "Demonstrates rending a sdf font",
|
||||
},
|
||||
.{
|
||||
.name = "text_format_text",
|
||||
.path = "examples/text/text_format_text.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue