diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-22 22:31:04 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-22 22:31:04 +1000 |
commit | cb19eef701b5c9e27d0464795fffcf8a4d795a21 (patch) | |
tree | 5cfbdf49ebd7ac9539891eea850e244887d4c355 /source/rendering/StarTextPainter.hpp | |
parent | 4fbd67daccfa69df6988bdf17c67ee3d5f3049c5 (diff) |
Add character swapping (no GUI yet)
Diffstat (limited to 'source/rendering/StarTextPainter.hpp')
-rw-r--r-- | source/rendering/StarTextPainter.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source/rendering/StarTextPainter.hpp b/source/rendering/StarTextPainter.hpp index 7f132fd..381a358 100644 --- a/source/rendering/StarTextPainter.hpp +++ b/source/rendering/StarTextPainter.hpp @@ -10,17 +10,6 @@ namespace Star { STAR_CLASS(TextPainter); -namespace Text { - unsigned char const StartEsc = '\x1b'; - unsigned char const EndEsc = ';'; - unsigned char const CmdEsc = '^'; - unsigned char const SpecialCharLimit = ' '; - - String stripEscapeCodes(String const& s); - String preprocessEscapeCodes(String const& s); - String extractCodes(String const& s); -} - enum class FontMode { Normal, Shadow |