Tagged Questions
2
votes
3answers
6k views
Change font in echo command
Is it possible to change the font attributes of the output of echo in either zsh or bash?
What I would like is something akin to:
echo -n "This is the font: normal "
echo -n $font=italic "italic,"
...
1
vote
1answer
583 views
Is there a unix command line tool that can analyze font files?
Given a directory of font files (TTF and OTF) I'd like to inspect each font and determine what style (regular, italic, bold, bold-italic) it is. Is there a command line tool for unix flavored ...