this post was submitted on 13 Sep 2024
3 points (100.0% liked)

No Stupid Questions (Developer Edition)

898 readers
1 users here now

This is a place where you can ask any programming / topic related to the instance questions you want!

For a more general version of this concept check out !nostupidquestions@lemmy.world

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

To my understanding:

Many terminals are capable of displaying multiple fonts at the same time, say latin unicode characters in font foo and japanese unicode characters in font baz. In urxvt at least, it is also possible to have one font in a certain size and the next font in another size. However, no font can have a size bigger than the base size, the size of a terminal cell.

Why is it not possible to have multiple terminal cell sizes? For exampleso one line has terminal size 8 and the next line has terminal size 12.

you are viewing a single comment's thread
view the rest of the comments
[–] Gurfaild@feddit.org 1 points 5 days ago

You could probably emulate multiple font sizes by using sixel graphics or ReGIS, but in most situations it's probably more convenient to write software with a "real" GUI.