Rename Support to lower-case to match rest
This commit is contained in:
13
support/include/FontWriter/default_font.hpp
Normal file
13
support/include/FontWriter/default_font.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "Type/types.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
struct DefaultFont {
|
||||
static constexpr auto Info = FontInfo {
|
||||
.VRAMSize = {64, 80},
|
||||
.FontSize = {12, 16}
|
||||
};
|
||||
|
||||
static void load(uint32_t* work_area, SimpleTIM vram_dst);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user