| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- # AngelCode Bitmap Font Generator configuration file
- fileVersion=1
- # font settings
- fontName=Arial
- fontFile=
- charSet=177
- fontSize=-26
- aa=1
- scaleH=100
- useSmoothing=1
- isBold=1
- isItalic=1
- useUnicode=1
- disableBoxChars=1
- outputInvalidCharGlyph=0
- dontIncludeKerningPairs=0
- useHinting=0
- renderFromOutline=1
- useClearType=0
- # character alignment
- paddingDown=0
- paddingUp=0
- paddingRight=0
- paddingLeft=0
- spacingHoriz=1
- spacingVert=1
- useFixedHeight=1
- forceZero=1
- # output file
- outWidth=512
- outHeight=256
- outBitDepth=32
- fontDescFormat=1
- fourChnlPacked=0
- textureFormat=png
- textureCompression=0
- alphaChnl=0
- redChnl=0
- greenChnl=0
- blueChnl=0
- invA=0
- invR=0
- invG=0
- invB=0
- # outline
- outlineThickness=2
- # selected chars
- chars=160
- # imported icon images
|