Load Fonts in A8 format, Fix Freeze with BMF

This commit is contained in:
2025-12-22 11:41:54 +01:00
parent 4cf3685832
commit 468a112274
7 changed files with 62 additions and 40 deletions

View File

@@ -70,7 +70,7 @@ class Iron {
struct Codepoint {
ui Cp = 0;
fvec4 Uv;
Texture::Ref Tex;
Texture::Ref Tex = nullptr;
fvec2 Size;
float Offset = 0; // Unused??
bool Valid = true;
@@ -213,7 +213,7 @@ class Iron {
private:
static void pSetupShader();
static void pFragConfig();
static void pFragConfig(GPU_TEXCOLOR clr);
static void pInitSolidTex();
static bool pCheckSize(size_t idx, size_t vtx);