Match CFontInstruction, more KOR splits

This commit is contained in:
2025-04-09 18:14:01 -07:00
parent c23ec91113
commit b20a2b1eac
10 changed files with 5022 additions and 5008 deletions

View File

@@ -100,12 +100,15 @@ enum EFontMode {
class CRasterFont {
public:
friend class CFontInstruction;
CRasterFont(CInputStream& in, IObjectStore* store);
~CRasterFont();
EFontMode GetMode() const;
void GetSize(const CDrawStringOptions&, int&, int&, const wchar_t*, int) const;
void SetTexture(TToken< CTexture > token) { x80_texture = token; }
inline TToken<CTexture> GetTexture() { return *x80_texture; }
bool IsFinishedLoading();
private: