- [NEW] fonts amb colorets
- [WIP] stringProperty
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
namespace font
|
||||
{
|
||||
void load(const char* filename);
|
||||
void print(const char* text, int x, int y);
|
||||
void print(const char* text, int x, int y, uint32_t color = 0xffffffff);
|
||||
const int len(const char *text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user