commit a6f86ef

seiko  ·  2026-05-29 15:14:41 +0000 UTC
parent 1f68875
use 0=success in font_load
1 files changed,  +1, -1
+1, -1
1@@ -46,7 +46,7 @@ typedef struct {
2  * @param path font path
3  * @param size size of font
4  *
5- * @return 1=success, -1=failed
6+ * @return 0=success, -1=failed
7  */
8 int font_load(Fontface* f, const char* path, double size);
9