º¸¾ÈÁ¢¼Ó
ȸ¿øµî·Ï £ü ºñ¹øºÐ½Ç
Community

 Freeboard..
ÀÚÀ¯°Ô½ÃÆÇ
 
¤ýÀÛ¼ºÀÚ ¼­ºñ
¤ýÀÛ¼ºÀÏ 2009-10-17 00:23
¤ýºÐ ·ù ¸®´ª½º
¤ýÃßõ: 0  ¤ýÁ¶È¸: 3911      
ubuntu ÆùÆ® ±ò²ûÇÏ°Ô ¾²±â ^^
ubuntu font°¡ Å͹̳ο¡¼­ ³Ê¹« ¾û¸ÁÀ¸·Î ³ª¿À´Â Áö¶ó ÇØ°áÀ» ÇØº¼±î ÇØ¼­
¿©±â Àú±â µÚÁ® º¸´øÁß ¾öû³ª°Ô ÁÁÀº ¹æ¹ýÀ» ¹ß°ß Çß½À´Ï´Ù.

´Ù¸¥ ºÐÀÌ ¾´ ±ÛÀ̱â´Â ÇÏÁö¸¸ Á¦°¡ ´Ù½Ã Á¤¸®Çؼ­ ¿Ã·Á º¾´Ï´Ù.

ÆùÆ®¸¦ ±ò²ûÇÏ°Ô Á¤¸® Çϱâ À§Çؼ­´Â ÀÏ´Ü »õ·Î¿î ÆùÆ®°¡ ÇÊ¿ä ÇÕ´Ï´Ù ^^
ÇÊ¿äÇÑ ÆùÆ®´Â °¢°¢
ÇÑ±Û ÆùÆ® : ³×À̹ö»çÀüü
¿µ¹® ÆùÆ® : Lucida

³×À̹ö»çÀüü´Â http://cndic.naver.com¿¡ Á¢¼Ó ÇÏ¸é ¿ÞÂÊ ÇÏ´Ü¿¡ ÆùÆ® ´Ù¿î ¹Þ±â ¸µÅ©°¡ ÀÖ½À´Ï´Ù.
´Ù¿îÀ» ¹Þ°í ³ª¸é ´ÙÀ½°ú °°ÀÌ ¼³Ä¡ ÇÕ´Ï´Ù.

tar xvfz naverdic.tgz
sudo mkdir /usr/share/fonts/truetype/naver
sudo mv naverdic.ttf /usr/share/fonts/truetype/naver
sudo fc-cache -v
sudo apt-get install sun-java6-fonts


ÆùÆ® ¼³Ä¡°¡ ³¡³ª¸é ¼³Ä¡ÇÑ ÆùÆ®¸¦ Àû¿ë ½ÃÄÑ Áà¾ß Çϴ´ë
/etc/fonts/local.confÀ» ´ÙÀ½°ú °°ÀÌ ¼öÁ¤ÇØ ÁÖ¸é Àû¿ë µË´Ï´Ù.

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

<fontconfig>

<!-- 'sans' ±Û²ÃÀ» 'sans-serif' ±Û²Ã·Î ´ëüÇÕ´Ï´Ù. -->
<!-- Accept 'sans' alias, replacing it with 'sans-serif' -->
<match target="pattern">
    <test qual="any" name="family">
        <string>sans</string>
    </test>
    <edit name="family" mode="assign">
        <string>sans-serif</string>
    </edit>
</match>

<!-- Set preferred Korean fonts -->
<match target="pattern">
    <!--
      'serif' ±Û²ÃÀ» 'UnBatang' ±Û²Ã·Î ´ëüÇÕ´Ï´Ù. ¾ðÁ¨°¡ºÎÅÍ
      ±Û²ÃÀÇ ¿µ¹® À̸§ÀÌ ¸ÔÁú ¾Ê½À´Ï´Ù. ±×·¡¼­ 'Àº¹ÙÅÁ'À» Ãß°¡ÇÕ´Ï´Ù.
    -->
    <test qual="any" name="family">
        <string>serif</string>
    </test>
    <edit name="family" mode="prepend" binding="strong">
        <string>UnBatang</string>
        <string>Àº¹ÙÅÁ</string>
    </edit>
</match>
<match target="pattern">
    <!-- 'sans-serif' ±Û²ÃÀ» '³×À̹ö»çÀü'À¸·Î ´ëüÇÕ´Ï´Ù. -->
    <test qual="any" name="family">
        <string>sans-serif</string>
    </test>
    <edit name="family" mode="prepend" binding="strong">
        <string>naverdic</string>
        <string>³×À̹ö»çÀü</string>
    </edit>
</match>

<!-- Set prefferd fixed space font -->
<match target="pattern">
    <!--
      'Monospace' ±Û²ÃÀ» 'Lucida Sans Typewriter'³ª 'Andale Mono'
      ±Û²Ã·Î ´ëüÇÕ´Ï´Ù.
      ¾ÈƼ¾Ù¸®¾î½º ÇØÁ¦ ½Ã, 'Lucida Sans Typewriter'°¡
      'Andale Mono'º¸´Ù ¿¹»µ º¸ÀÔ´Ï´Ù.
    -->
    <test qual="any" name="family">
        <string>Monospace</string>
    </test>
    <edit name="family" mode="prepend" binding="strong">
        <string>Lucida Sans Typewriter</string>
        <string>Andale Mono</string>
    </edit>
</match>

<!--
  °íÁ¤Æø ¿µ¹® ±Û²ÃÀ» ³×À̹ö»çÀüü¿Í ¿¬°áÇÕ´Ï´Ù. ÀÌ·¸°Ô Çϸé,
  ¿µ¹®Àº 'Lucida Sans Typewriter' ±Û²Ã·Î,
  ÇѱÛÀº '³×À̹ö»çÀü' ±Û²Ã·Î º¸ÀÔ´Ï´Ù.
-->
<!-- Bind fixed space font with ³×À̹ö»çÀü -->
<match target="pattern">
    <test name="family">
        <string>Lucida Sans Typewriter</string>
    </test>
    <edit mode="append" binding="strong" name="family">
        <string>naverdic</string>
        <string>³×À̹ö»çÀü</string>
    </edit>
</match>

<!--
  Àº±Û²Ã°ú alee ±Û²Ã¿¡ ´ëÇÏ¿© ¾ÈƼ¾Ù¸®¾î½º¿Í ¿ÀÅäÈùÆÃÀ» ÄÕ´Ï´Ù.
  ¿ø·¡´Â À̰÷¿¡ Çʿ䰡 ¾ø¾úÀ¸³ª, ÇÑ±Û ±Û²ÃÀÇ ¿µ¹® À̸§ÀÌ ÀνĵÇÁö
  ¾Ê°Ô µÇ¸é¼­ ¾Æ·¡¿Í °°ÀÌ ÇØ Áà¾ß ÇÕ´Ï´Ù.
-->
<!-- Turn on antialias and hinting with hintmedium for ttf-Unfonts -->
<match target="font">
    <test name="family" compare="contains">
        <string>Àº</string>
        <string>¹æ¿ï</string>
        <string>¹Ý´Þ</string>
        <string>Un</string>
    </test>
    <edit name="antialias" mode="assign">
        <bool>true</bool>
    </edit>
    <edit name="hinting" mode="assign">
        <bool>true</bool>
    </edit>
    <edit name="hintsytle" mode="assign">
        <const>hintmedium</const>
    </edit>
</match>

<!--
  À§¿¡¼­ ¼³Á¤ÇÑ °íÁ¤Æø ¿µ¹® ±Û²Ã¿¡ ´ëÇÏ¿© 8~11 Æ÷ÀÎÆ®¿¡¼­´Â
  ¾ÈƼ¾Ù¸®¾î½º¿Í ¿ÀÅäÈùÆ®¸¦ ²ü´Ï´Ù.
-->
<!-- Turn off antialias and autohint for some Mono fonts -->
<match target="font">
    <test name="family" compare="contains">
         <string>Andale Mono</string>
         <string>Lucida Sans Typewriter</string>
    </test>
    <test name="pixelsize" compare="more">
        <int>11</int>
    </test>
    <test name="pixelsize" compare="less">
        <int>16</int>
    </test>
    <edit name="antialias" mode="assign">
        <bool>false</bool>
    </edit>
    <edit name="autohint" mode="assign">
        <bool>false</bool>
    </edit>
    <edit name="hintstyle" mode="assign">
        <const>hintmedium</const>
    </edit>
</match>

</fontconfig>


À§¿¡ xml ÄÚµå ºÎºÐÀ» ¸¶¿ì½º·Î ÁÖ¿í~ ±Ü¾î¼­ ctrl-v Çϰí
sudo vi /etc/fonts/local.conf
±×¸®°í À§¿¡ ³»¿ëÀ¸·Î ¼öÁ¤ ±×¸®°í ÀúÀå
±×¸®°í Àá½Ã ±âµÑ¸®¸é ÆùÆ®°¡ ¹Ù²ò´Ï´Ù.
Àá½Ã ±âµÑ¸®´Â°Ô Â¥Áõ³ª¸é ¿¢½º ¸®½ºÅ¸Æ® ȤÀº ¸®ºÎÆ® ÇØÁÖ¸é µË´Ï´Ù.
±Ù´ë ¿À·£ ½Ã°£ÀÌ °É¸®´Â°Ô ¾Æ´Ï´Ï Àá½Ã ±â´Þ¸®¸é µË´Ï´Ù ^^

¿ø¹®¸µÅ© :
http://kldp.org/node/92122
http://semix2.textcube.com/399
 
     
¹øÈ£     ±Û Á¦ ¸ñ  ÀÛ¼ºÀÚ Á¶È¸ ÀÛ¼ºÀÏ
71 virtualbox android-x86 ÇØ»óµµ Ãß°¡ ¼­ºñ 1657 2014-02-13
70 ¾Èµå·ÎÀÌµå °³¹ßȯ°æ ±¸Ãà ¼­ºñ 3953 ¸®´ª½º 2010-12-13
69 mangos gm command ¼­ºñ 9611 ±âŸ 2009-12-26
68 phsycal partion to vhd image ¼­ºñ 3776 À©µµ¿ì 2009-10-20
67 ubuntu ÆùÆ® ±ò²ûÇÏ°Ô ¾²±â ^^ ¼­ºñ 3911 ¸®´ª½º 2009-10-17
66 now and forever - ricard makx ¼­ºñ 2309 À½¾Ç 2009-09-27
65 paint my love - Michael Learns To Rock ¼­ºñ 2401 À½¾Ç 2009-09-27
64 where do we go - sandrine ¼­ºñ 2454 À½¾Ç 2009-09-27
63 µ¿ÀÏÀ̸§ ÇÁ·Î¼¼½º ¸ðµÎ Á×À̱⠼­ºñ 2832 ¸®´ª½º 2009-09-21
62 Email Check Javascript ¼­ºñ 2690 ½ºÅ©¸³ 2009-08-26
12345678

¼­¿ï½Ã °­µ¿±¸ - www.subi.biz