mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-06-28 13:34:07 +08:00
9 lines
193 B
C++
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
|