mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 15:47:41 +00:00
20
include/Kyoto/Text/CFontRenderState.hpp
Normal file
20
include/Kyoto/Text/CFontRenderState.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef _CFONTRENDERSTATE
|
||||
#define _CFONTRENDERSTATE
|
||||
|
||||
#include "Kyoto/Text/CSaveableState.hpp"
|
||||
#include "Kyoto/Text/CDrawStringOptions.hpp"
|
||||
|
||||
class CBlockInstruction;
|
||||
|
||||
class CFontRenderState : private CSaveableState {
|
||||
public:
|
||||
void SetLineSpacing(float spacing) { CSaveableState::SetLineSpacing(spacing); }
|
||||
|
||||
private:
|
||||
CBlockInstruction* x88_curBlock;
|
||||
CDrawStringOptions x8c_drawOpts;
|
||||
int xd4_curX;
|
||||
int xd8_curY;
|
||||
};
|
||||
|
||||
#endif // _CFONTRENDERSTATE
|
||||
Reference in New Issue
Block a user