From f44a93685ae651a08b51a2688a1c8d4c9ae2d28e Mon Sep 17 00:00:00 2001 From: tobigun Date: Fri, 8 May 2009 15:00:25 +0000 Subject: checkin of trunk-copy as base for cmake test git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1716 b956fd51-792f-4845-bead-9b4dfca2ff2c --- cmake/game/fonts/FreeSans.ttf | Bin 0 -> 770828 bytes cmake/game/fonts/FreeSansBold.ttf | Bin 0 -> 250228 bytes cmake/game/fonts/Vera.ttf | Bin 0 -> 65932 bytes cmake/game/fonts/VeraBd.ttf | Bin 0 -> 58716 bytes cmake/game/fonts/bold/eurostar_regular_bold.dat | Bin 0 -> 256 bytes cmake/game/fonts/bold/eurostar_regular_bold.png | Bin 0 -> 84067 bytes cmake/game/fonts/fonts.ini | 11 +++++++++++ cmake/game/fonts/fontsTTF.ini | 11 +++++++++++ cmake/game/fonts/normal/eurostar_regular.dat | Bin 0 -> 256 bytes cmake/game/fonts/normal/eurostar_regular.png | Bin 0 -> 59609 bytes cmake/game/fonts/outline1/outline1.dat | Bin 0 -> 256 bytes cmake/game/fonts/outline1/outline1.png | Bin 0 -> 74739 bytes cmake/game/fonts/outline2/outline2.dat | Bin 0 -> 256 bytes cmake/game/fonts/outline2/outline2.png | Bin 0 -> 106020 bytes 14 files changed, 22 insertions(+) create mode 100644 cmake/game/fonts/FreeSans.ttf create mode 100644 cmake/game/fonts/FreeSansBold.ttf create mode 100644 cmake/game/fonts/Vera.ttf create mode 100644 cmake/game/fonts/VeraBd.ttf create mode 100644 cmake/game/fonts/bold/eurostar_regular_bold.dat create mode 100644 cmake/game/fonts/bold/eurostar_regular_bold.png create mode 100755 cmake/game/fonts/fonts.ini create mode 100644 cmake/game/fonts/fontsTTF.ini create mode 100644 cmake/game/fonts/normal/eurostar_regular.dat create mode 100644 cmake/game/fonts/normal/eurostar_regular.png create mode 100644 cmake/game/fonts/outline1/outline1.dat create mode 100644 cmake/game/fonts/outline1/outline1.png create mode 100644 cmake/game/fonts/outline2/outline2.dat create mode 100644 cmake/game/fonts/outline2/outline2.png (limited to 'cmake/game/fonts') diff --git a/cmake/game/fonts/FreeSans.ttf b/cmake/game/fonts/FreeSans.ttf new file mode 100644 index 00000000..a4c41697 Binary files /dev/null and b/cmake/game/fonts/FreeSans.ttf differ diff --git a/cmake/game/fonts/FreeSansBold.ttf b/cmake/game/fonts/FreeSansBold.ttf new file mode 100644 index 00000000..15511674 Binary files /dev/null and b/cmake/game/fonts/FreeSansBold.ttf differ diff --git a/cmake/game/fonts/Vera.ttf b/cmake/game/fonts/Vera.ttf new file mode 100644 index 00000000..58cd6b5e Binary files /dev/null and b/cmake/game/fonts/Vera.ttf differ diff --git a/cmake/game/fonts/VeraBd.ttf b/cmake/game/fonts/VeraBd.ttf new file mode 100644 index 00000000..51d6111d Binary files /dev/null and b/cmake/game/fonts/VeraBd.ttf differ diff --git a/cmake/game/fonts/bold/eurostar_regular_bold.dat b/cmake/game/fonts/bold/eurostar_regular_bold.dat new file mode 100644 index 00000000..1b2023e2 Binary files /dev/null and b/cmake/game/fonts/bold/eurostar_regular_bold.dat differ diff --git a/cmake/game/fonts/bold/eurostar_regular_bold.png b/cmake/game/fonts/bold/eurostar_regular_bold.png new file mode 100644 index 00000000..f2732e44 Binary files /dev/null and b/cmake/game/fonts/bold/eurostar_regular_bold.png differ diff --git a/cmake/game/fonts/fonts.ini b/cmake/game/fonts/fonts.ini new file mode 100755 index 00000000..6abd7366 --- /dev/null +++ b/cmake/game/fonts/fonts.ini @@ -0,0 +1,11 @@ +[Normal] +File=normal/eurostar_regular.png + +[Bold] +File=bold/eurostar_regular_bold.png + +[Outline1] +File=outline1/outline1.png + +[Outline2] +File=outline2/outline2.png diff --git a/cmake/game/fonts/fontsTTF.ini b/cmake/game/fonts/fontsTTF.ini new file mode 100644 index 00000000..839258b2 --- /dev/null +++ b/cmake/game/fonts/fontsTTF.ini @@ -0,0 +1,11 @@ +[Normal] +File=FreeSans.ttf + +[Bold] +File=FreeSansBold.ttf + +[Outline1] +File=FreeSansBold.ttf + +[Outline2] +File=Vera.ttf diff --git a/cmake/game/fonts/normal/eurostar_regular.dat b/cmake/game/fonts/normal/eurostar_regular.dat new file mode 100644 index 00000000..f44ae7d8 Binary files /dev/null and b/cmake/game/fonts/normal/eurostar_regular.dat differ diff --git a/cmake/game/fonts/normal/eurostar_regular.png b/cmake/game/fonts/normal/eurostar_regular.png new file mode 100644 index 00000000..21ef5ac4 Binary files /dev/null and b/cmake/game/fonts/normal/eurostar_regular.png differ diff --git a/cmake/game/fonts/outline1/outline1.dat b/cmake/game/fonts/outline1/outline1.dat new file mode 100644 index 00000000..ea9f2484 Binary files /dev/null and b/cmake/game/fonts/outline1/outline1.dat differ diff --git a/cmake/game/fonts/outline1/outline1.png b/cmake/game/fonts/outline1/outline1.png new file mode 100644 index 00000000..a1af3cd2 Binary files /dev/null and b/cmake/game/fonts/outline1/outline1.png differ diff --git a/cmake/game/fonts/outline2/outline2.dat b/cmake/game/fonts/outline2/outline2.dat new file mode 100644 index 00000000..062f1629 Binary files /dev/null and b/cmake/game/fonts/outline2/outline2.dat differ diff --git a/cmake/game/fonts/outline2/outline2.png b/cmake/game/fonts/outline2/outline2.png new file mode 100644 index 00000000..9677d379 Binary files /dev/null and b/cmake/game/fonts/outline2/outline2.png differ -- cgit v1.2.3