Open clayjar opened 6 years ago
$ fc-query D2Coding.ttf Pattern has 22 elts (size 32) family: "D2Coding"(s) ... spacing: 90(i)(s)
spacing: 90
= spacing: dual
spacing: 100
= spacing: mono
Therefore fc-list :spacing=mono
will not find D2Coding.
$ fc-query D2Coding.ttf Pattern has 22 elts (size 32) family: "D2Coding"(s) ... spacing: 90(i)(s)
spacing: 90
=spacing: dual
spacing: 100
=spacing: mono
Therefore
fc-list :spacing=mono
will not find D2Coding.
Using the same logic, PragmataPro shouldn't be listed as well, so I think fc-list is filtering on something else. Besides, I could care less about D2Coding getting listed. I just want it to display properly when I use it in my dev environment. Seeing how inactive this thread is, I'm guessing others don't use Linux for their dev work. I'll probably move onto using some other font as this font isn't very usable in my env, although it seems to work well under Windows or OS X. I wish more Korean devs would use Linux for their dev work because there's a severe lack of updated Korean IME for it too.
RE: D2Coding-Ver1.3.2-20180524
GNU/Linux 에서 D2Coding 폰트를 설치하고 xterm 에서 적용하게 되면 글씨 간격이 조금 크게 보입니다. (Similar to https://github.com/naver/d2codingfont/issues/72 ?) 어떤 방법으로도 kerning 조절이 되지 않는 것 같고요. 윈도우의 putty, OS X 에서의 iTerm 에서와 X11+KDE의 Konsole 에서는 바르게 보이지만 X11의 xterm 에서 사용시 글씨 간격이 조금 크게 나오고 있습니다. Fira Code 나 PragmataPro 같은 다른 코딩을 위해 만들어진 폰트들은 이런 문제가 없어 보입니다.
Environment
Metadata issue
다음과 같은 방법으로 목록을 불러오면 설치된 폰트들은 다 바로 나오는데 D2Coding 만 목록에서 보이지 않는 것으로 보아 제 생각으로는 폰트 자체적인 meta 정보의 부족으로 시스템에 바르게 적용이 바로 되고 있지 않는 것 같습니다.
Konsole 에서도 사실 Monospace 폰트 목록에서 보이지 않아 편집기를 이용해 직접 삽입하는 방법으로 사용이 가능한 것을 확인하였습니다.
metadata를 쿼리해보면 딱히 큰 차이는 없어 보입니다. fc-query를 통해 PragmataPro 와 비교해 보면...
다음은 D2Coding 입니다.
제가 보기에는 D2Coding 에는 capability field 가 없다는 것 과 fontversion 의 가치수가 매우 높다는 것 뿐입니다. Kerning 문제를 일으킬만한 요소들 같지는 않습니다만 문제를 파악하는데 있어 도움이 될까해서 올렸습니다.
Kerning issue in xterm
~/.Xresources 파일에는 이런 식으로 들어가 있습니다.
참고로 (1) xterm/PragmataPro, (2) konsole/D2Coding, (3) xterm/D2Coding 올립니다. 다 같은 window dimension 으로 screen capture 하여 올립니다.