GuiLite/workspace/core/word.cpp

9 lines
193 B
C++
Raw Normal View History

2020-01-22 11:03:29 +08:00
#include "../core_include/word.h"
2021-03-26 11:32:11 +08:00
#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