Sketch setup of Font

This commit is contained in:
Jaby
2023-11-26 18:43:23 -05:00
committed by Jaby
parent 41f7a17234
commit 0219d70bf5
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();
};
}