From a7d0970a2e7dec907fccbc2d63ffb5cb799a7505 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Sat, 30 Oct 2010 11:22:25 +0000 Subject: - correct drawing of short notes in 4/6-player mode on one screen - rimshot022b.mp3 + 15db - changed fonts: higher resolution esp. for medley countdown - some other bugfixes and corrections - update of installer files git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2699 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Output/Fonts/FontO.bmfc | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Game/Output/Fonts/FontO.bmfc (limited to 'Game/Output/Fonts/FontO.bmfc') diff --git a/Game/Output/Fonts/FontO.bmfc b/Game/Output/Fonts/FontO.bmfc new file mode 100644 index 00000000..18de3099 --- /dev/null +++ b/Game/Output/Fonts/FontO.bmfc @@ -0,0 +1,48 @@ +# AngelCode Bitmap Font Generator configuration file +fileVersion=1 + +# font settings +fontName=Arial +charSet=0 +fontSize=256 +aa=1 +scaleH=100 +useSmoothing=1 +isBold=1 +isItalic=0 +useUnicode=0 +disableBoxChars=1 +outputInvalidCharGlyph=0 + +# character alignment +paddingDown=5 +paddingUp=5 +paddingRight=5 +paddingLeft=5 +spacingHoriz=5 +spacingVert=5 + +# output file +outWidth=1024 +outHeight=1024 +outBitDepth=8 +fontDescFormat=0 +fourChnlPacked=0 +textureFormat=png +textureCompression=0 +alphaChnl=2 +redChnl=0 +greenChnl=0 +blueChnl=0 +invA=0 +invR=0 +invG=0 +invB=0 + +# outline +outlineThickness=10 + +# selected chars +chars=32-126,128,130-140,142,145-156,158-255 + +# imported icon images -- cgit v1.2.3