UNIPRINT(1) | LINUX COMMANDS | UNIPRINT(1) |
uniprint - produce postscript output from Unicode text for printing
uniprint [ -out output-file ] [ -in input-file ] [ -decode encoding ] [ -printer printer ] [ -L ] [ -media media ] [ -us ] [ -nus ] [ -break ] [ -wrap ] [ -left ] [ -right ] [ -size font-size ] [ -hsize header-font-size ] [ -font font-set ]
uniprint is a program from the yudit package. It makes a formatted poscript output that can be saved or directly sent to the printer. The program needs TrueType/OpenType/CFF fonts that have Unicode table in order to operate.
If you are running Linux you most probably have Unicode TrueType/OpenType fonts in /usr/share/fonts directory.
The postcript output contains all information needed to draw glyps. No fonts are needed on the printer side. You may encounter problems with old ghostview or old printers.
font-set is the filename part of the font, like Arial.ttf or a font set, defined in yudit.properties as yudit.font. For instance Terminal font-set that contains ipag.ttf,unifont.ttf can be used if you have the following property in yudit.properties:
yudit.font.Terminal=ipag.ttf,unifont.ttf
By default ~/.yudit/fonts, yudit.fontpath and /usr/share/yudit/fonts are searched for font files. This option can be specified multiple times with font file names or only once if a yudit font-set is used.
~/.yudit/yudit.properties and /usr/share/yudit/config/yudit.properties have yudit.fontpath and the font-sets defined.
uniconv
This program was written by gaspar@yudit.org (Gaspar Sinai), based upon the TrueType curve conversion code of ttf2pfa program that was written by Adrew Weeks. Last Updated Tokyo, 5 February, 2023.
Nov 25 1997 | LINUX COMMANDS |