텍스트 모드에서 Solaris 콘솔이 사용하는 글꼴 식별자는 무엇입니까?

텍스트 모드에서 Solaris 콘솔이 사용하는 글꼴 식별자는 무엇입니까?

Solaris에서 콘솔 텍스트에 사용되는 글꼴 식별자는 무엇입니까?

Windows에도 비슷한 것이 있나요?

첨부된 스크린샷의 예를 참조하세요.

Solaris 텍스트 콘솔 세션

답변1

어떤 단계에서 글꼴을 TTF 파일로 변환하고 이를 OS X에서 사용하여 어느 정도 성공했습니다. 앤티앨리어싱을 사용하여 렌더링하면 놀라울 정도로 다양한 크기에 사용할 수 있습니다.

사용 가능여기.

답변2

이 글꼴(Sun Gallant Demi)의 소스 코드를 사용할 수 있습니다.여기.

이는 Linux 배포판 /usr/lib/kbd/consolefonts/sun12x22.psfu.gz과 FreeBSD(또는 이와 유사한 배포판) 에서 allscreens_flags="-f gallant"사용할 수 있습니다 /etc/rc.conf.

psf2bdf및 와 같은 변환 도구를 사용하면 Fontforge이를 Windows에서 사용할 수 있는 것으로 변환할 수 있을 것이라는 데에는 의심의 여지가 없습니다 .

결과 글꼴은 고정된 너비를 가지므로 자체 크기로만 사용할 수 있으며, 다른 크기는 픽셀 보간으로 인해 보기 흉한 텍스트를 생성합니다.

답변3

앤드루 가브리엘(Andrew Gabriel)에 따르면2013년 유즈넷 주제:

In article <[email protected]>,
- show quoted text -
I don't think you can. There's only one font built-in to the vgatext
driver which is 8x16, which gives standard size (80x24?) on 1024x768
VGA console.

I have a vague recollection it could be done with much older releases
of Solaris x86 which used the fonts stored in the VGA card (of which
there are several standard sizes), but now it loads Sun's workstation
font into the VGA card, and there's only one resolution of that
included in the x86 driver.

BTW, the font is a bitmap font called Sun Gallant Demi, or in X,
-sun-gallant-demi-*-normal-*-*-*-*-*-*-*-*-*

So in theory you could run:

xterm -font '-sun-gallant-demi-*-normal-*-*-*-*-*-*-*-*-*' -fg white -bg black

to run an xterm looking like the console, except Solaris 11 no longer
includes the Sun fonts. You may be able to extract them from an
older release or find them somewhere on the web.

-- 
Andrew Gabriel
[email address is not usable -- followup in the newsgroup] 

반면sun글꼴 이름 측면에서 Windows에서 정확히 동일한 글꼴을 얻을 가능성은 거의 없습니다.

관련 정보