Sketch setup of Font

This commit is contained in:
Jaby
2023-11-26 18:43:23 -05:00
parent e101657ed7
commit d897cfe52b
4 changed files with 46 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
namespace JabyEngine {
struct FontWriter {
static void setup(const FontBufferInfo& buffer_info, SimpleTIM vram_dst, const FontInfo& font_info);
static void setup(const FontBufferInfo& buffer_info, const SimpleTIM& vram_dst, const FontInfo& font_info);
static void render();
};
}