2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68);
20 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x68) = val;
24 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88);
28 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88) = val;
32 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x89);
36 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x89) = val;
Definition FontMapping.h:5
bool getItalic()
Definition FontMapping.h:23
bool getBold()
Definition FontMapping.h:31
void setItalic(bool val)
Definition FontMapping.h:27
void setBold(bool val)
Definition FontMapping.h:35
void setFace(std::string val)
Definition FontMapping.h:19
std::string getFace()
Definition FontMapping.h:15
std::string getSymbol()
Definition FontMapping.h:7
void setSymbol(std::string val)
Definition FontMapping.h:11
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86