From 4f10526633c463675defb42b4d8e27e21105ec21 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Wed, 10 Nov 2010 17:23:37 +0000 Subject: - added polish language (thx to Pit33) - added polish fonts - added lipsync option - fixed drawing webcam on 2 screens - added copy&paste for duets in editor - some bugfixes in editor - change language without restart git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2730 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Output/Fonts/FontO2_p.bmfc | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Game/Output/Fonts/FontO2_p.bmfc (limited to 'Game/Output/Fonts/FontO2_p.bmfc') diff --git a/Game/Output/Fonts/FontO2_p.bmfc b/Game/Output/Fonts/FontO2_p.bmfc new file mode 100644 index 00000000..5397749a --- /dev/null +++ b/Game/Output/Fonts/FontO2_p.bmfc @@ -0,0 +1,48 @@ +# AngelCode Bitmap Font Generator configuration file +fileVersion=1 + +# font settings +fontName=Candara +charSet=238 +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=0-0,13,32-126,128,130,132-135,137-143,145-151,153-255 + +# imported icon images -- cgit v1.2.3