home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / data / lang_fonts < prev    next >
Text File  |  2006-11-29  |  1KB  |  37 lines

  1. # Language specific fonts for yast2-qt
  2. #
  3. # Used upon UI::SetLanguage( lang )
  4. # Fallback strategy for a locale "xy_AB.UTF8":
  5. #
  6. #     font[xy_AB.UTF8] = ???
  7. #     font[xy_AB] = ???
  8. #     font[xy] = ???
  9. #     font = ???
  10. #
  11. # If none of those is found, "Sans Serif" is used.
  12. #
  13. # Don't enumerate all languages just for the fun of it,
  14. # better specify a reasonable default with
  15. #
  16. #     font = ???
  17.  
  18. font = "Sans Serif"
  19. font[zh] ="Albany AMT,DejaVu Sans,SUSE Sans,FZSongTi,FZMingTiB,AR PL SungtiL GB,Gnu Unifont,Efont Biwidth,Sans Serif"
  20. font[zh_CN] = "Albany AMT,DejaVu Sans,SUSE Sans,FZSongTi,FZMingTiB,AR PL SungtiL GB,Gnu Unifont,Efont Biwidth,Sans Serif"
  21. font[zh_SG] = "Albany AMT,DejaVu Sans,SUSE Sans,FZSongTi,FZMingTiB,AR PL SungtiL GB,Gnu Unifont,Efont Biwidth,Sans Serif"
  22. font[zh_TW] = "Albany AMT,DejaVu Sans,SUSE Sans,FZMingTiB,FZSongTi,AR PL Mingti2L Big5,AR PL SungtiL GB,Gnu Unifont,Efont Biwidth,Sans Serif"
  23. font[zh_HK] = "Albany AMT,DejaVu Sans,SUSE Sans,FZMingTiB,FZSongTi,AR PL Mingti2L Big5,AR PL SungtiL GB,Gnu Unifont,Efont Biwidth,Sans Serif"
  24. font[ja] = "Albany AMT,DejaVu Sans,SUSE Sans,HGPGothicB,IPAPGothic,IPAGothic,Sazanami Gothic,Efont Biwidth,Gnu Unifont,Sans Serif"
  25.  
  26.  
  27. # For debugging
  28.  
  29. font[xy_AB.UTF8] = "xy_AB_UTF8, Sans Serif"
  30. font[xy_XY] = "xy_XY, Sans Serif"
  31. font[xy] = "xy, Sans Serif"
  32.  
  33. font[times] = "Times"
  34. font[sans]  = "Sans Serif"
  35. font[helv]  = "Helvetica"
  36.  
  37.