mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 21:47:40 +00:00
15
include/GuiSys/CGuiTextSupport.hpp
Normal file
15
include/GuiSys/CGuiTextSupport.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _CGUITEXTSUPPORT
|
||||
#define _CGUITEXTSUPPORT
|
||||
|
||||
#include "rstl/string.hpp"
|
||||
|
||||
class CColor;
|
||||
|
||||
class CGuiTextSupport {
|
||||
public:
|
||||
void SetText(const rstl::string&, bool multipage = false);
|
||||
void SetOutlineColor(const CColor& col);
|
||||
void SetFontColor(const CColor& col);
|
||||
};
|
||||
|
||||
#endif // _CGUITEXTSUPPORT
|
||||
Reference in New Issue
Block a user