Misc improvements and add config.te

This commit is contained in:
Krzosa Karol
2026-01-05 10:15:26 +01:00
parent 40b15ec7aa
commit 565a005dcb
10 changed files with 78 additions and 28 deletions

View File

@@ -105,6 +105,7 @@ Glyph *GetGlyph(Font *font, uint32_t codepoint) {
return &font->glyphs[index];
}
}
Font CreateFont(Atlas *atlas, int32_t size, String path) {
Allocator allocator = GetSystemAllocator();
Scratch scratch;