home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_fontsettings.ini < prev    next >
Text File  |  2006-01-31  |  812b  |  24 lines

  1. ; FILE: FontSettings.ini //////////////////////////////////////////////////////
  2. ; Default settings for fonts used in game
  3. ; /////////////////////////////////////////////////////////////////////////////
  4. ;
  5. ; Consists of "FontDefaultSettings" blocks.  The "FontDefaultSettings" token is
  6. ; followed by the name of the font for which it specifies settings and an
  7. ; optional token indicating a point size.  If the point size is omitted, then
  8. ; the settings apply to all sizes of the specified font.
  9. ; The available settings are:
  10. ;    "Antialiased":    Indicates that the game should specifically antialias the
  11. ;        specified font.
  12.  
  13. FontDefaultSettings "SachaWynter"
  14.   Antialiased = Yes
  15. End
  16.  
  17. FontDefaultSettings "FixedSys"
  18.   Antialiased = No
  19. End
  20.  
  21. FontDefaultSettings "Courier New"
  22.   Antialiased = No
  23. End
  24.