-
-
Notifications
You must be signed in to change notification settings - Fork 478
Open
Labels
Description
The "man" pages "--help" and "info" pages give no indication as to what font is needed to get the Japanese characters feature working.
To Reproduce
cmatrix --help
man cmatrix
info cmatrix
Expected behavior
Same commands in each section.
An explanation of what font is needed to get the feature working.
Also information on where to install the font. "/usr/share/fonts", "/usr/local/share/fonts", and "~/.fonts" are all valid.
System
Linux, 6.8.0-52-generic, Kubuntu
Additional context
I found many fonts using "apt-cache search japanese | grep fonts" and simply don't know what one to choose.
Maybe an interactive menu could install the font automatically?
jimratliff