Etterna 0.74.4
Loading...
Searching...
No Matches
FontCharAliases.h
1#ifndef FONT_CHAR_ALIASES
2#define FONT_CHAR_ALIASES
3
5namespace FontCharAliases {
6void
7ReplaceMarkers(std::string& sText);
8bool
9GetChar(std::string& codepoint, wchar_t& ch);
10};
11
12#endif
Provides support for nonstandard characters in text.
Definition FontCharAliases.h:5