리눅스에 설치된 폰트 리스트를 확인하기 위해서는 아래 명령어로 가능합니다.
command : fc-list
....
/usr/share/fonts/truetype/ttf-indic-fonts-core/Kedage-b.ttf: Kedage:style=Bold
/usr/share/fonts/truetype/nanum/NanumGothic_Coding_Bold.ttf: NanumGothicCoding,나눔고딕코딩:style=Bold
/usr/share/fonts/truetype/kacst/KacstQurn.ttf: KacstQurn:style=Medium,Regular
/usr/share/fonts/truetype/nanum/NanumMyeongjo.ttf: NanumMyeongjo,나눔명조:style=Regular
/usr/share/fonts/truetype/nanum/NanumMyeongjoBold.ttf: NanumMyeongjo,나눔명조:style=Bold
/usr/share/fonts/truetype/kacst/KacstNaskh.ttf: KacstNaskh:style=Medium
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed,Book
/usr/share/fonts/truetype/lyx/cmmi10.ttf: cmmi10:style=Regular
/usr/share/fonts/truetype/tlwg/Waree-Bold.ttf: Waree:style=Bold
/usr/share/fonts/truetype/ubuntu-font-family/UbuntuMono-BI.ttf: Ubuntu Mono:style=Bold Italic
/usr/share/fonts/truetype/kacst/KacstTitle.ttf: KacstTitle:style=Medium
/usr/share/fonts/truetype/ubuntu-font-family/UbuntuMono-RI.ttf: Ubuntu Mono:style=Italic
/usr/share/fonts/truetype/tlwg/Norasi-BoldItalic.ttf: Norasi:style=BoldItalic
/usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf: DejaVu Sans:style=Bold Oblique
/usr/share/fonts/truetype/kacst/KacstOffice.ttf: KacstOffice:style=Medium
/usr/share/fonts/type1/gsfonts/n019003l.pfb: Nimbus Sans L:style=Regular
설치된 폰트 중에 한글을 지원하는 폰트만 보고 싶을 때는 아래 명령어를 사용하세요.
command : fc-list :lang=ko
/usr/share/fonts/truetype/nanum/NanumGothic_Coding.ttf: NanumGothicCoding,나눔고딕코딩:style=Regular
/usr/share/fonts/truetype/unfonts-core/UnDinaruBold.ttf: UnDinaru,은 디나루:style=Bold
/usr/share/fonts/truetype/unfonts-core/UnDinaru.ttf: UnDinaru,은 디나루:style=Regular
/usr/share/fonts/truetype/unfonts-core/UnBatang.ttf: UnBatang,은 바탕:style=Regular
/usr/share/fonts/truetype/unfonts-core/UnPilgi.ttf: UnPilgi,은 필기:style=Regular
/usr/share/fonts/truetype/nanum/NanumBarunGothic.ttf: NanumBarunGothic,나눔바른고딕:style=Regular
...
'리눅스 > 우분투' 카테고리의 다른 글
리눅스에서 war 압축풀기 (0) | 2014.11.07 |
---|---|
최신 커널 업데이트 스크립트 (우분투용) (0) | 2014.11.06 |
최신 커널로 업데이트하기 - 우분투 (0) | 2014.11.06 |
linux font list command (0) | 2014.10.26 |
우분투 eth 번호 확인, 설정 (0) | 2014.10.24 |
리눅스 PCI 디바이스 정보 확인하기 (0) | 2014.10.23 |
리눅스 vi 화면 분할해서 파일 열기 (0) | 2014.10.03 |
리눅스 서버 모니터링 - munin install & setup (0) | 2014.09.02 |