2007년 12월 14일
아리따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로 바인딩합니다.
<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 | 2007/12/14 19:23 | 트랙백 | 덧글(0)





☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]