Open alexhallam opened 1 year ago
Is your feature request related to a problem? Please describe.
I see many attributes which can change, but I would like to be able to change the font family for a future application. https://docs.rs/crossterm/latest/crossterm/style/enum.Attribute.html#platform-specific-notes
Describe the solution you'd like
I would like to print "aaa" where all the "a"s are different font families. (Monospace, Source Font Pro, Fira Code, etc). I would like to be able to use custom fonts I load directly from my own .ttf files.
.ttf
Describe alternatives you've considered if any
I am not aware of any
Additional context
That is it.
Are you aware of any terminals that actually support this? In most terminal emulators, that's not something the running application can configure.
Is your feature request related to a problem? Please describe.
I see many attributes which can change, but I would like to be able to change the font family for a future application. https://docs.rs/crossterm/latest/crossterm/style/enum.Attribute.html#platform-specific-notes
Describe the solution you'd like
I would like to print "aaa" where all the "a"s are different font families. (Monospace, Source Font Pro, Fira Code, etc). I would like to be able to use custom fonts I load directly from my own
.ttf
files.Describe alternatives you've considered if any
I am not aware of any
Additional context
That is it.