mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Minor cleanup of fontatlas scripts (they still need more cleanup)
This commit is contained in:
+5
-2
@@ -1,2 +1,5 @@
|
|||||||
./ext/native/tools/build/atlastool font_atlasscript.txt font 8888 && mv font_atlas.zim font_atlas.meta assets && rm font_atlas.cpp font_atlas.h
|
TOOL=./ext/native/tools/build/atlastool
|
||||||
./ext/native/tools/build/atlastool asciifont_atlasscript.txt asciifont 8888 && mv asciifont_atlas.zim asciifont_atlas.meta assets && rm asciifont_atlas.cpp asciifont_atlas.h
|
# TOOL=Windows/ARM64/Debug/AtlasTool.exe
|
||||||
|
|
||||||
|
$TOOL font_atlasscript.txt font 8888 && mv font_atlas.zim font_atlas.meta assets && rm font_atlas.cpp font_atlas.h
|
||||||
|
$TOOL asciifont_atlasscript.txt asciifont 8888 && mv asciifont_atlas.zim asciifont_atlas.meta assets && rm asciifont_atlas.cpp asciifont_atlas.h
|
||||||
|
|||||||
+4
-1
@@ -1 +1,4 @@
|
|||||||
./ext/native/tools/build/atlastool ui_atlasscript.txt ui 8888 && mv ui_atlas.zim ui_atlas.meta assets && rm ui_atlas.cpp ui_atlas.h
|
TOOL=./ext/native/tools/build/atlastool
|
||||||
|
# TOOL=Windows/ARM64/Debug/AtlasTool.exe
|
||||||
|
|
||||||
|
$TOOL ui_atlasscript.txt ui 8888 && mv ui_atlas.zim ui_atlas.meta assets && rm ui_atlas.cpp ui_atlas.h
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
2048
|
2048
|
||||||
font UBUNTU24 assets/Roboto-Condensed.ttf UWERS 34 -2
|
font UBUNTU24 assets/Roboto-Condensed.ttf UWERS 34 -2
|
||||||
font UBUNTU24 C:/Windows/Fonts/ARIALUNI.ttf UWEhkcRGHKVTeS 30 0
|
font UBUNTU24 C:/dev/ARIALUNI.ttf UWEhkcRGHKVTeS 30 0
|
||||||
|
|||||||
Reference in New Issue
Block a user