ultimatepp/upptst/FontCJK/FontCJK.h
cxl 6b3a725cbf .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@12205 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-31 05:52:27 +00:00

17 lines
305 B
C++

#ifndef _FontCJK_FontCJK_h
#define _FontCJK_FontCJK_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <FontCJK/FontCJK.lay>
#include <CtrlCore/lay.h>
class FontCJK : public WithFontCJKLayout<TopWindow> {
public:
typedef FontCJK CLASSNAME;
FontCJK();
};
#endif