mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 15:47:41 +00:00
Text parser progress, add missing OSFont.c file
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define _CFONTRENDERSTATE
|
||||
|
||||
#include "Kyoto/Text/CDrawStringOptions.hpp"
|
||||
#include "Kyoto/Text/CRasterFont.hpp"
|
||||
#include "Kyoto/Text/CSaveableState.hpp"
|
||||
#include "Kyoto/Text/TextCommon.hpp"
|
||||
|
||||
@@ -17,6 +18,7 @@ public:
|
||||
void RefreshPalette();
|
||||
CDrawStringOptions& GetOptions() { return x0_state.GetOptions(); }
|
||||
TToken< CRasterFont >& GetFont() { return x0_state.GetFont(); }
|
||||
void SetFont(const TToken<CRasterFont>& font) { x0_state.SetFont(font); }
|
||||
rstl::vector< CTextColor >& GetColors() { return x0_state.GetColors(); }
|
||||
rstl::vector< bool >& GetOverride() { return x0_state.GetOverride(); }
|
||||
void SetLineSpacing(float spacing) { x0_state.SetLineSpacing(spacing); }
|
||||
|
||||
Reference in New Issue
Block a user