home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / language-selector / fontconfig / ja_JP next >
Encoding:
Text File  |  2006-03-21  |  2.0 KB  |  85 lines

  1. <fontconfig>
  2.     <match target="font">
  3.         <edit name="embeddedbitmap" mode="assign">
  4.             <bool>false</bool>
  5.         </edit>
  6.         <edit name="autohint" mode="assign">
  7.             <bool>true</bool>
  8.         </edit>
  9.         <edit name="antialias" mode="assign">
  10.             <bool>true</bool>
  11.         </edit>
  12.         <edit name="hintstyle" mode="assign">
  13.             <const>hintnone</const>
  14.         </edit>
  15.     </match>
  16.  
  17.     <match target="font">
  18.         <test name="lang" compare="contains">
  19.             <string>ja</string>
  20.         </test>
  21.         <test name="spacing" compare="eq">
  22.             <const>dual</const>
  23.         </test>
  24.         <edit name="spacing">
  25.             <const>proportional</const>
  26.         </edit>
  27.         <edit name="globaladvance" binding="strong">
  28.             <bool>false</bool>
  29.         </edit>
  30.     </match>
  31.  
  32.     <match target="font">
  33.         <test name="lang" compare="contains">
  34.             <string>ja</string>
  35.         </test>
  36.         <test name="outline" compare="eq">
  37.             <bool>false</bool>
  38.         </test>
  39.         <test name="spacing" compare="eq">
  40.             <const>mono</const>
  41.             <const>charcell</const>
  42.         </test>
  43.         <edit name="spacing">
  44.             <const>proportional</const>
  45.         </edit>
  46.         <edit name="globaladvance" binding="strong">
  47.             <bool>false</bool>
  48.         </edit>
  49.     </match>
  50.  
  51.     <match target="pattern">
  52.         <test qual="any" name="family">
  53.             <string>sans-serif</string>
  54.         </test>
  55.         <edit name="family" mode="prepend" binding="strong">
  56.             <string>IPAMonaPGothic</string>
  57.             <string>IPAPGothic</string>
  58.             <string>Sazanami Gothic</string>
  59.             <string>Kochi Gothic</string>
  60.         </edit>
  61.     </match> 
  62.     <match target="pattern">
  63.         <test qual="any" name="family">
  64.             <string>serif</string>
  65.         </test>
  66.         <edit name="family" mode="prepend" binding="strong">
  67.             <string>IPAMonaPMincho</string>
  68.             <string>IPAPMincho</string>
  69.             <string>Sazanami Mincho</string>
  70.             <string>Kochi Mincho</string>
  71.         </edit>
  72.     </match> 
  73.     <match target="pattern">
  74.         <test qual="any" name="family">
  75.             <string>monospace</string>
  76.         </test>
  77.         <edit name="family" mode="prepend" binding="strong">
  78.             <string>IPAMonaGothic</string>
  79.             <string>IPAGothic</string>
  80.             <string>Sazanami Gothic</string>
  81.             <string>Kochi Gothic</string>
  82.         </edit>
  83.     </match> 
  84. </fontconfig>
  85.