mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
17 lines
305 B
C++
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
|