GuiLite/workspace/core/word.cpp
2021-03-26 11:32:11 +08:00

9 lines
193 B
C++

#include "../core_include/word.h"
#ifdef GUILITE_ON
c_lattice_font_op the_lattice_font_op = c_lattice_font_op();
c_font_operator* c_word::fontOperator = &the_lattice_font_op;
#endif