Match CTextParser::ParseTag, thanks Cuyler

This commit is contained in:
2025-05-13 20:57:29 -07:00
parent 03165e3e54
commit c4a0f92b44
11 changed files with 98 additions and 41 deletions

View File

@@ -13,6 +13,8 @@ public:
CFontImageDef(const TToken< CTexture >& texture, const CVector2f& cropFactor);
CFontImageDef(const rstl::vector< TToken< CTexture > >& texture, float fps,
const CVector2f& cropFactor);
CFontImageDef(const CFontImageDef&);
~CFontImageDef();
bool IsLoaded() const;
// inline short GetWidth() { }