[완료] 한글 고정폭의 fix-globaladvance는 MS 서체만 해당됩니까?

병맛의 이미지

버그 리포팅하려고 하는데, /etc/fonts/conf.avail/20-fix-globaladvance.conf 파일을 보니
GulimChe, DotumChe, BatangChe, GungsuhChe
내용만 있더군요. 리눅스 기본 파일에서 MS 서체의 흔적을 보고 새삼 재밌었고요.

우분투 language-selector-common 패키지 안의 ko_KR 파일 내용을 보니

<!-- Control spacing property for Korean -->
<match target="font">
	<test name="lang" compare="contains">
		<string>ko</string>
	</test>
	<test name="spacing" compare="eq">
		<const>dual</const>
	</test>
	<edit name="spacing">
		<const>proportional</const>
	</edit>
	<edit name="globaladvance" binding="strong">
		<bool>false</bool>
	</edit>
</match>
<match target="font">
	<test name="lang" compare="contains">
		<string>ko</string>
	</test>
	<test name="outline" compare="eq">
		<bool>false</bool>
	</test>
	<test name="spacing" compare="eq">
		<const>mono</const>
		<const>charcell</const>
	</test>
	<edit name="spacing">
		<const>proportional</const>
	</edit>
	<edit name="globaladvance" binding="strong">
		<bool>false</bool>
	</edit>
	</match>

한글 서체는 모두 적용하는 것 같네요. 은돋움이나 은바탕, 또는 다른 한글 서체들도 모두
globaladvance 수정이 필요한 건가요?

dalgarak의 이미지

아니요. 고정폭인 [굴림,바탕,궁서,돋움] + "체" 글꼴에만 적용하시면 됩니다.
그것말고도 영/한글 글꼴 혼합인 고정폭글꼴을 쓰는 경우,
영문 글자가 과도하게 벌어질 때 적용하시면 됩니다.

----
안드로메다는 이미 개념만으로도 빅뱅직전.

병맛의 이미지

네 감사요. (_ _)

------
불가능, 그것은 아무 것도 아니다