Font changes (#680)
- font renderer DPI scale change handling - Editor: user fonts will be loaded from fonts folder, config.ini can override default font, removed yumin embedded font, added NotoSans CJK font to support Chinese, Janpanese and Korean characters with one file
This commit is contained in:
@@ -43,6 +43,7 @@ jobs:
|
||||
move Editor\startup.lua .\
|
||||
move Editor\terrain .\
|
||||
move Editor\languages .\
|
||||
move Editor\fonts .\
|
||||
move Content\Documentation .\
|
||||
|
||||
- name: Package Editor
|
||||
@@ -53,6 +54,7 @@ jobs:
|
||||
Documentation/
|
||||
terrain/
|
||||
languages/
|
||||
fonts/
|
||||
config.ini
|
||||
startup.lua
|
||||
Editor_Windows.exe
|
||||
@@ -89,6 +91,7 @@ jobs:
|
||||
mv Editor/startup.lua ./
|
||||
mv Editor/terrain ./
|
||||
mv Editor/languages ./
|
||||
mv Editor/fonts ./
|
||||
mv Content/Documentation ./
|
||||
|
||||
- name: Package Editor
|
||||
@@ -99,6 +102,7 @@ jobs:
|
||||
Documentation/
|
||||
terrain/
|
||||
languages/
|
||||
fonts/
|
||||
config.ini
|
||||
startup.lua
|
||||
WickedEngineEditor
|
||||
@@ -142,6 +146,7 @@ jobs:
|
||||
# mv Editor/startup.lua ./
|
||||
# mv Editor/terrain ./
|
||||
# mv Editor/languages ./
|
||||
# mv Editor/fonts ./
|
||||
# mv Content/Documentation ./
|
||||
|
||||
# - name: Package Editor
|
||||
@@ -152,6 +157,7 @@ jobs:
|
||||
# Documentation/
|
||||
# terrain/
|
||||
# languages/
|
||||
# fonts/
|
||||
# config.ini
|
||||
# startup.lua
|
||||
# WickedEngineEditor
|
||||
|
||||
@@ -42,6 +42,7 @@ jobs:
|
||||
move Editor\startup.lua .\
|
||||
move Editor\terrain .\
|
||||
move Editor\languages .\
|
||||
move Editor\fonts .\
|
||||
move Content\Documentation .\
|
||||
|
||||
- name: Package Editor
|
||||
@@ -52,6 +53,7 @@ jobs:
|
||||
Documentation/
|
||||
terrain/
|
||||
languages/
|
||||
fonts/
|
||||
config.ini
|
||||
startup.lua
|
||||
Editor_Windows.exe
|
||||
@@ -89,6 +91,7 @@ jobs:
|
||||
mv Editor/startup.lua ./
|
||||
mv Editor/terrain ./
|
||||
mv Editor/languages ./
|
||||
mv Editor/fonts ./
|
||||
mv Content/Documentation ./
|
||||
|
||||
- name: Package Editor
|
||||
@@ -99,6 +102,7 @@ jobs:
|
||||
Documentation/
|
||||
terrain/
|
||||
languages/
|
||||
fonts/
|
||||
config.ini
|
||||
startup.lua
|
||||
WickedEngineEditor
|
||||
@@ -142,6 +146,7 @@ jobs:
|
||||
# mv Editor/startup.lua ./
|
||||
# mv Editor/terrain ./
|
||||
# mv Editor/languages ./
|
||||
# mv Editor/fonts ./
|
||||
# mv Content/Documentation ./
|
||||
|
||||
# - name: Package Editor
|
||||
@@ -152,6 +157,7 @@ jobs:
|
||||
# Documentation/
|
||||
# terrain/
|
||||
# languages/
|
||||
# fonts/
|
||||
# config.ini
|
||||
# startup.lua
|
||||
# WickedEngineEditor
|
||||
|
||||
@@ -43,6 +43,7 @@ jobs:
|
||||
move Editor\startup.lua .\
|
||||
move Editor\terrain .\
|
||||
move Editor\languages .\
|
||||
move Editor\fonts .\
|
||||
move Content\Documentation .\
|
||||
|
||||
- name: Package Editor
|
||||
@@ -53,6 +54,7 @@ jobs:
|
||||
Documentation/
|
||||
terrain/
|
||||
languages/
|
||||
fonts/
|
||||
config.ini
|
||||
startup.lua
|
||||
Editor_Windows.exe
|
||||
@@ -90,6 +92,7 @@ jobs:
|
||||
mv Editor/startup.lua ./
|
||||
mv Editor/terrain ./
|
||||
mv Editor/languages ./
|
||||
mv Editor/fonts ./
|
||||
mv Content/Documentation ./
|
||||
|
||||
- name: Package Editor
|
||||
@@ -100,6 +103,7 @@ jobs:
|
||||
Documentation/
|
||||
terrain/
|
||||
languages/
|
||||
fonts/
|
||||
config.ini
|
||||
startup.lua
|
||||
WickedEngineEditor
|
||||
@@ -143,6 +147,7 @@ jobs:
|
||||
# mv Editor/startup.lua ./
|
||||
# mv Editor/terrain ./
|
||||
# mv Editor/languages ./
|
||||
# mv Editor/fonts ./
|
||||
# mv Content/Documentation ./
|
||||
|
||||
# - name: Package Editor
|
||||
@@ -153,6 +158,7 @@ jobs:
|
||||
# Documentation/
|
||||
# terrain/
|
||||
# languages/
|
||||
# fonts/
|
||||
# config.ini
|
||||
# startup.lua
|
||||
# WickedEngineEditor
|
||||
|
||||
Reference in New Issue
Block a user