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