Egloos | Log-in


아리따SB 사용시 bold를 사용하기 위한 fontconfig

<match target="pattern">
        <test name="family">
                <string>아리따SB</string>
        </test>
        <test name="weight" compare="more">
                <const>semibold</const>
        </test>
        <edit name="family" mode="assign" binding="strong">
                <string>아리따B</string>
        </edit>
</match>

아리따SB 사용시 weight가 semibold보다 두꺼우면 아리따B로 바인딩합니다.

by sylphong | 2007/12/14 19:23 | 트랙백 | 덧글(0)

트랙백 주소 : http://sylphong.egloos.com/tb/1646054
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글

◀ 이전 페이지          다음 페이지 ▶