Adjust casing for FontInfo

This commit is contained in:
Jaby
2023-12-01 20:44:35 -05:00
parent 811562e4a5
commit 3e897b67cc
3 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@
namespace JabyEngine {
struct DefaultFont {
static constexpr auto Info = FontInfo {
.VRAMSize = {64, 80},
.FontSize = {12, 16}
.texture_size = {64, 80},
.font_size = {12, 16}
};
static void load(uint32_t* work_area, SimpleTIM vram_dst);