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

  1. ; Font substitutions go in here
  2. ; Format is :
  3. ;   FontSubstitution "Albertus MT"   ; Substitute requests for Albertus MT font
  4. ;     Size 10 = 10 Arial
  5. ;     Size 20 = 16 Arial
  6. ;     Size 24 = 18 Times New Roman
  7. ;     Size 48 = 36 Times New Roman
  8. ;   End
  9. ;
  10. ; The Font manager will interpolate sizes between adjacent values, and will always use the font name specified for the value less than
  11. ;  or equal to the font size requested. Values are clamped to the lowest and highest sizes specified
  12. ;
  13. ;  i.e. in the above example
  14. ;   Requesting 9pts or below, will return 10pt Arial
  15. ;   Requesting 10pts, will return 10pt Arial
  16. ;   Requesting 15pts, will return 13pt Arial
  17. ;   Requesting 22pts, will return 17pt Arial ( because it uses the font name from the lower size, but still interpolates between the two values )
  18. ;   Requesting 24pts, will return 18pt Times New Roman
  19. ;   Requesting 72pts, will return 36pt Times New Roman
  20. ;  
  21. ;  [amm] 11/03/04 - Bold/NoBold extension
  22. ;     In order replace a font with a bold version, use +BOLD before the font name, i.e.
  23. ;        Size 10 = 10 +BOLD Arial    
  24. ;      Would replace with 10 point Arial Bold.
  25. ;   Similarly, -BOLD can be used to specify that requests for Bold version of the source font, should be replaced with non-bold substitution font. i.e.
  26. ;        Size 10 = 10 -BOLD Arial
  27. ;
  28. ;
  29. ;
  30. FontSubstitution "SachaWynter"
  31.     Size 8 = 12 "Omnia LT Std"
  32.     Size 40 = 70 "Omnia LT Std"
  33. End
  34.