Unravel Engine C++ Reference
Loading...
Searching...
No Matches
font.cpp
Go to the documentation of this file.
1
#include "
font.hpp
"
2
3
namespace
unravel
4
{
5
6
REFLECT
(
font
)
7
{
8
entt::meta_factory<font>{}
9
.type(
"font"
_hs)
10
.custom<
entt::attributes
>(
entt::attributes
{
11
entt::attribute
{
"name"
,
"font"
},
12
entt::attribute
{
"pretty_name"
,
"Font"
},
13
});
14
}
15
16
}
// namespace unravel
font.hpp
entt::attribute
attributes::value_type attribute
Definition
reflection.h:19
entt::attributes
std::map< std::string, meta_any > attributes
Definition
reflection.h:18
unravel
Definition
crash.cpp:21
REFLECT
#define REFLECT(cls)
Definition
reflection.h:133
unravel::font
Definition
font.h:34
UnravelEngine
UnravelEngine
engine
engine
meta
rendering
font.cpp
Generated by
1.12.0