AA나 힌팅 있어도 잘보이는 코딩글꼴 추천해주세요.

박민권의 이미지

Courier New 글꼴이 좋다고 해서 써보니 선명하지가 않았습니다.
그래서 AA랑 힌팅을 끄니 글꼴이 괜찮더군요.
그랬더니 은글꼴이 차마 볼 수 없을 정도의 계단현상으로 나와버리네요.

su_jeong의 이미지

AA 와 힌팅을 끈 상태가 편하시다면 차라리 비트맵글꼴을 사용하시는 편이 더 나을거 같은데요.

Fixedsys 나 윈도우즈 Gulim 같은것이요.

착하게살게요. :)

박민권의 이미지

su_jeong wrote:
AA 와 힌팅을 끈 상태가 편하시다면 차라리 비트맵글꼴을 사용하시는 편이 더 나을거 같은데요.

Fixedsys 나 윈도우즈 Gulim 같은것이요.

AA와 힌팅을 끄니 은글꼴이 엉망이 되어서 안끄려구요.
Courier New는 AA와 힌팅을 끄지 않으면 제대로 안보이거든요.

마잇의 이미지

Courier 글꼴만 AA를 끄실수도 있습니다.

<match target="font">
        <test name="family">
                <string>Courier New</string>
        </test>
        <edit name="antialias"><bool>false</bool></edit>
        <edit name="hinting"><bool>false</bool></edit>
        <edit name="autohint"><bool>false</bool></edit>
        <edit name="hintstyle"><const>hintmedium</const></edit>
</match>

저 4가지가 제가 아는 글꼴 모양 다듬는 옵션인데 원하는 상태로 조정하시면 될겁니다. hint style 옵션은 hintslight, hintmedium, hintfull 세가지인것 같습니다.

AA를 기본적으로 키시고 원하는 글꼴만 끄시면 될것 같습니다.
/etc/fons/local.conf, ~/.fonts.conf중 한곳에 써주시면 됩니다.


--
마잇

박민권의 이미지

mattengi wrote:
Courier 글꼴만 AA를 끄실수도 있습니다.

<match target="font">
        <test name="family">
                <string>Courier New</string>
        </test>
        <edit name="antialias"><bool>false</bool></edit>
        <edit name="hinting"><bool>false</bool></edit>
        <edit name="autohint"><bool>false</bool></edit>
        <edit name="hintstyle"><const>hintmedium</const></edit>
</match>

저 4가지가 제가 아는 글꼴 모양 다듬는 옵션인데 원하는 상태로 조정하시면 될겁니다. hint style 옵션은 hintslight, hintmedium, hintfull 세가지인것 같습니다.

AA를 기본적으로 키시고 원하는 글꼴만 끄시면 될것 같습니다.
/etc/fons/local.conf, ~/.fonts.conf중 한곳에 써주시면 됩니다.

원하는 글꼴만 끄는 방법이 있었군요.
감사합니다. :)