fyne-io / terminal

A graphical terminal emulator for Linux using Fyne
Other
247 stars 37 forks source link

Is it possible to set a custom font for only the terminal window? #82

Closed Gys closed 4 months ago

Gys commented 4 months ago

I would like to set a custom font for only the (window with the) terminal widget. I did some searching and was able to change font and colors by changing the general theme. But it seems it is not possible to set the font for one widget only?

Maybe this is more of a general Fyne question. But as I specifically would like to change (only) the terminal widget I posted it here.

andydotxyz commented 4 months ago

Not at this time - it uses the monospace font from the theme. You could use a custom theme to change only the monospace font.

In 2.5 there is a new "ThemeOverride" container that will support forcing a certain theme to an area of the app which will enable what you describe.