Fixed BaseObj and FontAtlas.

This commit is contained in:
2024-01-24 17:38:34 -08:00
parent 897d3b9120
commit b863f59d14
4 changed files with 12 additions and 5 deletions

View File

@@ -46,6 +46,8 @@ namespace ehs
UInt_64 GetGlyphScale() const;
const Array<Glyph>& GetGlyphs() const;
Glyph GetGlyph(Char_32 code) const;
Vec2_u64 GetResolution() const;