home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / UltraStar_Deluxe / ultrastardx-1.1-installer-full.exe / fonts / fonts.ini
INI File  |  2010-06-08  |  1KB  |  57 lines

  1. ;+++++++++++++++++++++++++++++++++++++++++++++++++
  2. ; UltraStar Deluxe font configuration file
  3. ;-------------------------------------------------
  4. ; Format:
  5. ;-------------------------------------------------
  6. ;[Font_XYZ]
  7. ;# the font file
  8. ;File=Filename 
  9. ;# space between glyphs (default: 0.0)
  10. ;GlyphSpacing=float
  11. ;# width stretch factor (default: 1.0)
  12. ;Stretch=float
  13. ;# makes the font more bold (default: 0.0). Not used if Outline > 0.0.
  14. ;Embolden=float(>=0.0)
  15. ;# draws an outline around the glyph
  16. ;Outline=float(>=0.0)
  17. ;# outline color components (default: 0.0/0.0/0.0/-1.0)
  18. ;OutlineColorR/G/B=float([0..1])
  19. ;# outline alpha, -1.0 for alpha of interior (default: -1.0)
  20. ;OutlineColorA=float([0..1] or -1)
  21. ;
  22. ;[Font_...]
  23. ;...
  24. ;
  25. ; Fonts that are used in case a character can't be found in the regular font.
  26. ; This is used to display Japanese characters.
  27. ;[Fallbacks]
  28. ;File1=xy.ttf
  29. ;File2=...
  30. ;...
  31. ;+++++++++++++++++++++++++++++++++++++++++++++++++
  32.  
  33. [Font_Normal]
  34. File=FreeSans/FreeSans.ttf
  35. ;GlyphSpacing=1.4
  36. ;Stretch=1.2
  37.  
  38. [Font_Bold]
  39. File=FreeSans/FreeSansBold.ttf
  40. ;Embolden=0.06
  41.  
  42. [Font_Outline1]
  43. File=DejaVu/DejaVuSans-Bold.ttf
  44. Outline=0.06
  45. ;OutlineColorR=0.3
  46. ;OutlineColorG=0.3
  47. ;OutlineColorB=0.3
  48. ;OutlineColorA=0.3
  49.  
  50. [Font_Outline2]
  51. File=FreeSans/FreeSansBold.ttf
  52. Outline=0.06
  53.  
  54. [Fallbacks]
  55. File1=wqy-microhei/wqy-microhei.ttc
  56. ;File2=C:/Windows/Fonts/simsun.ttc
  57.