ubuntufont
Table of Contents
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
- 공개한글글꼴 in KLDP wiki
- 틀:대한민국의 공개 글꼴 in 위키백과
references
ubuntufont.txt · Last modified: 2013/08/03 05:04 by 127.0.0.1