Re: Adding a new font
Valery Ushakov <[email protected]> Thu, 28 May 2020 17:51:12 +0300
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 28, 2020 at 16:41:37 +0200, Noe wrote: > I want to add a new font to Lout but I don't really know where to put the > files. > > So far I added a @FontDef in fontdefs.ld, I moved the .afm file of my font > in the "fonts" folder and I created the corresponding .LCM file in "maps". > > But I don't know where to put the font itself, I tried to install it in > Windows fonts file but when I use the new font in my document, the output > is in the base Font. > > Am I doing something wrong? Lout doesn't need the font itself, only the metrics. The font itself is needed by the program that will render the lout's postscript output. E.g. if you use ghostscript, you need to make the font available to the ghostscript. If it's a postscript printer, you need to make the font available to the printer by embedding it in the postscript document you send (e.g. includeres from psutils). -uwe