Skip to content

Commit

Permalink
Update the font atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jan 31, 2015
1 parent 9fac72c commit 69bc825
Show file tree
Hide file tree
Showing 11 changed files with 6,352 additions and 5,990 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Windows/x64
Windows/ipch
Windows/bin-release
ui_atlas.zim.png
ui_atlas_high.zim.png
android/assets
ext/_Output
# For Mac
Expand Down
9,148 changes: 4,571 additions & 4,577 deletions UI/ui_atlas.cpp

Large diffs are not rendered by default.

Binary file modified android/assets/ui_atlas.zim
Binary file not shown.
Binary file modified assets/ui_atlas.zim
Binary file not shown.
Binary file modified assets/ui_atlas_lowmem.zim
Binary file not shown.
2 changes: 1 addition & 1 deletion atlasscript.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2048
font UBUNTU24 C:/Windows/Fonts/RobotoCondensed-Regular.ttf UWER 34 -2
font UBUNTU24 assets/RobotoCondensed-Regular.ttf UWER 34 -2
font UBUNTU24 C:/Windows/Fonts/ARIALUNI.ttf UWEhkcRGHKVTe 30 0
image I_SOLIDWHITE white.png copy
image I_CROSS source_assets/image/cross.png copy
Expand Down
2 changes: 1 addition & 1 deletion atlasscript_lowmem.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
512
font UBUNTU24 C:/Windows/Fonts/RobotoCondensed-Regular.ttf U 34 -2
font UBUNTU24 assets/RobotoCondensed-Regular.ttf U 34 -2
image I_SOLIDWHITE white.png copy
image I_CROSS source_assets/image/cross.png copy
image I_CIRCLE source_assets/image/circle.png copy
Expand Down
2 changes: 1 addition & 1 deletion buildatlas.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
./native/tools/build/atlastool atlasscript.txt ui 8888 && cp ui_atlas.zim assets && mv ui_atlas.zim android/assets && mv ui_atlas.cpp ui_atlas_highmem.cpp && mv ui_atlas.h UI
./native/tools/build/atlastool atlasscript.txt ui 8888 && cp ui_atlas.zim assets && cp ui_atlas.zim android/assets && cp ui_atlas.zim.png ui_atlas_high.zim.png && mv ui_atlas.cpp ui_atlas_highmem.cpp && mv ui_atlas.h UI
./native/tools/build/atlastool atlasscript_lowmem.txt ui 8888 && mv ui_atlas.zim assets/ui_atlas_lowmem.zim && mv ui_atlas.cpp ui_atlas_lowmem.cpp
diff -I'^//.*' -D USING_QT_UI ui_atlas_highmem.cpp ui_atlas_lowmem.cpp > UI/ui_atlas.cpp
rm ui_atlas_highmem.cpp ui_atlas_lowmem.cpp ui_atlas.h
Loading

0 comments on commit 69bc825

Please sign in to comment.