xtermjs / xterm.js

A terminal for the web
https://xtermjs.org/
MIT License
17.64k stars 1.63k forks source link

Support font-stretch #2946

Open socketpair opened 4 years ago

socketpair commented 4 years ago

I decide to use Iosevka font. But I want font-stretch: expanded version. Unfortunately there is no easy way to use it (except hacking with the filenames browser loads).

Tyriar commented 4 years ago

As long as this works in canvas, seems like a reasonable request.

socketpair commented 4 years ago

Yep, it's just one more font attribute like weight or size

Tyriar commented 1 year ago

Low support still I notice https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fontStretch

Image