First pass UI Alignment

This commit is contained in:
2023-12-19 11:43:53 -06:00
parent 0c6ac2dfbb
commit aa14955924
11 changed files with 307 additions and 70 deletions

View File

@ -14,9 +14,9 @@ namespace Dawn {
class TrueTypeTexture final {
private:
FT_Face face;
uint32_t fontSize;
public:
uint32_t fontSize;
std::shared_ptr<Texture> texture;
std::unordered_map<wchar_t, struct TrueTypeCharacter> characterData;