On Sun, Mar 09, 2025 at 02:08:58PM -0700, Nikita Ivanov wrote:
> Hi Deri,
> 
> Thank you! Yes, this solution is much easier than having to install
> fonts manually. Some questions and random findings/thoughts:
> 
> It seems that it only works for PDF output, is there a similar simple
> solution for PostScript?
> 

  You can make a soft link, like

cd .../font/devps

( <name> is <family><style> )

ln -s .../font/devpdf/U-<name> U-<name>

  Call groff with: -f U-<family>

[...]


Reply via email to