mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 16:27:41 +00:00
Match CConsoleOutputWindow, regswaps in constructor
Former-commit-id: 27bd20ff1d
This commit is contained in:
14
include/Kyoto/Text/CFont.hpp
Normal file
14
include/Kyoto/Text/CFont.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _CFONT
|
||||
#define _CFONT
|
||||
|
||||
class CFont {
|
||||
public:
|
||||
CFont(float scale);
|
||||
~CFont();
|
||||
int CharWidth(char) const;
|
||||
private:
|
||||
float mFontSize;
|
||||
float mScale;
|
||||
};
|
||||
|
||||
#endif // _CFONT
|
||||
Reference in New Issue
Block a user