NW4F Lyt
Loading...
Searching...
No Matches
lyt_TextBox.h
Go to the documentation of this file.
1#ifndef NW_LYT_TEXTBOX_H_
2#define NW_LYT_TEXTBOX_H_
3
4#include <nw/types.h>
5
6// Silent VSCode
7typedef wchar_t char16;
8
9namespace nw { namespace font {
10
11template <typename CharType>
13
14} } // namespace nw::font
15
16namespace nw { namespace lyt {
17
19{
20public:
22};
23
24} } // namespace nw::lyt
25
26#endif // NW_LYT_TEXTBOX_H_
Definition lyt_TextBox.h:19
font::TagProcessorBase< char16 > TagProcessor
Definition lyt_TextBox.h:21
wchar_t char16
Definition lyt_TextBox.h:7
Definition lyt_Animator.h:6