diff --git a/examples/text/codepoints_loading/resources/DotGothic16-Regular.ttf b/examples/text/codepoints_loading/DotGothic16-Regular.ttf similarity index 100% rename from examples/text/codepoints_loading/resources/DotGothic16-Regular.ttf rename to examples/text/codepoints_loading/DotGothic16-Regular.ttf diff --git a/examples/text/codepoints_loading/main.go b/examples/text/codepoints_loading/main.go index c55fc9c..ecd1c56 100644 --- a/examples/text/codepoints_loading/main.go +++ b/examples/text/codepoints_loading/main.go @@ -42,7 +42,7 @@ func main() { // Load font containing all the provided codepoint glyphs // A texture font atlas is automatically generated - font := rl.LoadFontEx("resources/DotGothic16-Regular.ttf", 36, codepoints, int32(codepointsCount)) + font := rl.LoadFontEx("DotGothic16-Regular.ttf", 36, codepoints, int32(codepointsCount)) // Set bi-linear scale filter for better font scaling rl.SetTextureFilter(font.Texture, rl.FilterBilinear)