HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
fancy_text.hpp
Go to the documentation of this file.
1
2
12#pragma once
13
14#include "agstring.hpp"
15#include <string>
16
17namespace {
18
24agstring decode_fancy_text(std::string_view str) noexcept;
25
26std::string encode_fancy_text(agstring_view str) noexcept;
27
28
29}
30