mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 13:07:41 +00:00
Finish CRasterFont constructor, has regswaps though
Former-commit-id: febfc28b63
This commit is contained in:
@@ -10,9 +10,8 @@
|
||||
|
||||
#include "string.h"
|
||||
|
||||
class CGlyph;
|
||||
class CKernPair;
|
||||
class CTexture;
|
||||
class CDrawStringOptions;
|
||||
class IObjectStore;
|
||||
|
||||
class CFontInfo {
|
||||
@@ -104,6 +103,8 @@ public:
|
||||
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; }
|
||||
bool IsFinishedLoading();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user