User Tools

Site Tools


ubuntufont

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntufont [2009/07/31 13:01] – created suapapaubuntufont [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== font setting references ======
 +/etc/fonts/conf.avail/29-language-selector-ko-kr.conf 
 +<code xml>
 +<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>
 +</code>
 +====== 폰트 정보 참조 ======
 +  *[[http://lists.freedesktop.org/archives/fontconfig/2005-June/001393.html|How to disable the "global advance" for CJK fonts?]]
 +  *<del>[[http://dev.naver.com/projects/nanumfont/wiki/TroubleShooting|나눔고딕코딩 문제해결]]</del> 안되잖아
 +
 +====== free hangul fonts ======
 +  *[[http://kldp.org/node/97976|공개글꼴 자동 설치 스크립트]]
 +  *[[http://kldp.org/node/98701|ttf-nanum.deb]]
 +  *[[http://wiki.kldp.org/wiki.php/%B0%F8%B0%B3%C7%D1%B1%DB%B1%DB%B2%C3|공개한글글꼴]] in KLDP wiki
 +  *[[http://ko.wikipedia.org/wiki/%ED%8B%80:%EB%8C%80%ED%95%9C%EB%AF%BC%EA%B5%AD%EC%9D%98_%EA%B3%B5%EA%B0%9C_%EA%B8%80%EA%BC%B4|틀:대한민국의 공개 글꼴]] in 위키백과
 +  *[[http://offree.net/entry/Free-Hangul-Font-3#yoonfont|130종 이상의 무료 한글 폰트 받기]]
 +====== references ======
 +  *[[https://www.fontclub.co.kr/Magazine/MagazineList.asp?boardtype=8&subtype=02|font club - 타이포컬럼]]
   *[[http://ubuntu.or.kr/viewtopic.php?f=9&t=791|리눅스 데스크탑 글꼴 설정(우분투 Hardy Heron 8.04 기준)]]in ubuntu korea forum   *[[http://ubuntu.or.kr/viewtopic.php?f=9&t=791|리눅스 데스크탑 글꼴 설정(우분투 Hardy Heron 8.04 기준)]]in ubuntu korea forum
   *[[http://wiki.kldp.org/wiki.php/FontConfig|Font Config]]in KLDP wiki   *[[http://wiki.kldp.org/wiki.php/FontConfig|Font Config]]in KLDP wiki
 +
 +  *[[http://otherwise.relics.co.za/wiki/Software/FontyPython/|fontyPython]]
 +  *[[http://suruma.freeflux.net/blog/archive/2009/10/14/fontik-a-font-configuration-gui.html|fontik]]
 +  *[[http://forums.debian.net/viewtopic.php?t=17381&highlight=fonts|Help us-How to install fonts using defoma or the debian way.]]
 +  *[[http://snook.ca/archives/html_and_css/screencast-converting-ttf2eot|Screencast: Converting OTF or TTF to EOT]]
 +
ubuntufont.1249045281.txt.gz · Last modified: 2013/08/03 05:04 (external edit)