~ubuntu-branches/debian/sid/fonts-nanum/sid

« back to all changes in this revision

Viewing changes to debian/90-fonts-nanum-extra.conf

  • Committer: Package Import Robot
  • Author(s): Changwoo Ryu, Changwoo Ryu
  • Date: 2014-04-16 01:00:55 UTC
  • Revision ID: package-import@ubuntu.com-20140416010055-j11c10f7y2p5kb0t
Tags: 20131007-2
[ Changwoo Ryu ]
* Force to disable autohint and enable hinting. These fonts look
  reasonable only with hinting. Ubuntu 14.04 default should be
  overridden.
* Update the description to reflect the current font families and
  weights.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
      <const>extrabold</const>
36
36
    </edit>
37
37
  </match>
 
38
  <!-- Force to disable autohint and enable hinting. These fonts look
 
39
       reasonable only with hinting. -->
 
40
  <match target="font">
 
41
    <test name="family" qual="any" compare="eq">
 
42
      <string>NanumGothic</string>
 
43
    </test>
 
44
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
 
45
    <edit name="hinting" mode="assign"><bool>true</bool></edit>
 
46
    <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
 
47
  </match>
 
48
  <match target="font">
 
49
    <test name="family" qual="any" compare="eq">
 
50
      <string>NanumMyeongjo</string>
 
51
    </test>
 
52
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
 
53
    <edit name="hinting" mode="assign"><bool>true</bool></edit>
 
54
    <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
 
55
  </match>
 
56
  <match target="font">
 
57
    <test name="family" qual="any" compare="eq">
 
58
      <string>NanumBarunGothic</string>
 
59
    </test>
 
60
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
 
61
    <edit name="hinting" mode="assign"><bool>true</bool></edit>
 
62
    <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
 
63
  </match>
 
64
  <match target="font">
 
65
    <test name="family" qual="any" compare="eq">
 
66
      <string>NanumBrush</string>
 
67
    </test>
 
68
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
 
69
    <edit name="hinting" mode="assign"><bool>true</bool></edit>
 
70
    <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
 
71
  </match>
 
72
  <match target="font">
 
73
    <test name="family" qual="any" compare="eq">
 
74
      <string>NanumPen</string>
 
75
    </test>
 
76
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
 
77
    <edit name="hinting" mode="assign"><bool>true</bool></edit>
 
78
    <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
 
79
  </match>
38
80
</fontconfig>