mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 18:27:40 +00:00
Match CFontInstruction, more KOR splits
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user