summaryrefslogtreecommitdiff
path: root/Editor/EditorMain.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-01 19:30:44 +0800
committerchai <chaifix@163.com>2021-11-01 19:30:44 +0800
commit4b652abe1d76f1bcbe5d7583a8986256f50c483d (patch)
treedaf81888f8e37c40483fcd309201bc33471b97fa /Editor/EditorMain.cpp
parentb7310c9cce95bfc9bfe135063ee0e97fbc654928 (diff)
-LuaBindClass::RegisterNativeClass
Diffstat (limited to 'Editor/EditorMain.cpp')
-rw-r--r--Editor/EditorMain.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Editor/EditorMain.cpp b/Editor/EditorMain.cpp
index a74a0b2..3c6b893 100644
--- a/Editor/EditorMain.cpp
+++ b/Editor/EditorMain.cpp
@@ -20,14 +20,6 @@ void ErrorHandle(cc8* msg)
void TestFont()
{
- //TextGeneratingSettings setting;
- //setting.margin = 5;
- //setting.padding = 5;
- //setting.atlasSize = Internal::Vector2(512, 512);
-
- //Font::Instance()->Setup(setting);
- //auto content = L"abcdf与电子计算机的区别 与电子计算机的最大区别在于: 只是简单的计算工具,有些机型具备函数计算功能,有些机型具备一定的贮存功能,但一般只能存储几组数据。计算机则具备复杂存贮功能、控制功能,更加";
- // Font::Instance()->RenderCharacters((character::Codepoint*)content, wcslen(content), 14);
}
int BeforeMainLoop(lua_State* L)