mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 21:47:40 +00:00
Start CCubeRenderer
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef _CFONT
|
||||
#define _CFONT
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "Kyoto/Graphics/CColor.hpp"
|
||||
|
||||
class CFont {
|
||||
@@ -9,9 +11,11 @@ public:
|
||||
~CFont();
|
||||
int CharWidth(char) const;
|
||||
void DrawString(const char* str, long x, long y, const CColor& col) const;
|
||||
|
||||
private:
|
||||
int mFontSize;
|
||||
float mScale;
|
||||
};
|
||||
CHECK_SIZEOF(CFont, 0x8);
|
||||
|
||||
#endif // _CFONT
|
||||
|
||||
Reference in New Issue
Block a user