User Tools

Site Tools


ubuntufont

font setting references

/etc/fonts/conf.avail/29-language-selector-ko-kr.conf

<fontconfig>
<!-- Turn on antialias and hinting with hintslight -->
<match target="font" >
   <edit mode="assign" name="antialias">
      <bool>true</bool>
   </edit>
   <edit mode="assign" name="hinting">
      <bool>true</bool>
   </edit>
   <edit mode="assign" name="hintstyle">
      <const>hintslight</const>
   </edit>
</match>
 
<!-- Turn off hinting for some Korean fonts -->
<match target="font">
   <test name="family" compare="contains">
      <string>백묵</string>
   </test>
   <edit name="hinting" mode="assign">
      <bool>false</bool>
   </edit>
</match>
</fontconfig>

폰트 정보 참조

free hangul fonts

references

ubuntufont.txt · Last modified: 2013/08/03 05:04 (external edit)