We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f4c48 commit 8069fd1Copy full SHA for 8069fd1
umplot.c
@@ -433,7 +433,7 @@ void umplot_plot(UmkaStackSlot *params, UmkaStackSlot *result)
433
InitWindow(800, 600, "UmPlot");
434
SetTargetFPS(30);
435
436
- const char *fontName = "liberation.ttf";
+ const char *fontName = "./liberation.ttf";
437
Font gridFont = LoadFontEx(fontName, plot->grid.fontSize, NULL, 256);
438
Font titlesFont = LoadFontEx(fontName, plot->titles.fontSize, NULL, 256);
439
0 commit comments