nasm/doc
H. Peter Anvin 18e87ce7bd doc: we really need a Fontmap file
It turns out that we need a Fontmap file after all, *and* -I. to make
gs find it. Inconsistent results came from stray Fontmap files from
previous debug attempts.

Now generate both fontpath and Fontmap, and hopefully at least one of
them should work. We might, in fact, need both, one for gs to know
where the files are and one for gs to know it is allowed to read them.

The core problem seems to be that gs will find OTF fonts by its normal
discovery mechanisms, but for some reason don't seem to use them
unless it can find them in a Fontmap, Font directory, of CIDFont
directory.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2019-10-04 13:09:30 -07:00
..
afmmetrics.ph doc: fix fonts where the scale (unitsPerEm) is not 1000 2017-04-10 15:21:04 -07:00
changes.src Merge branch 'evalmacro' 2019-04-24 11:14:43 -07:00
findfont.ph doc: fix yet another set of Ghostscript font problems 2019-06-06 20:51:10 -07:00
genps.pl doc: we really need a Fontmap file 2019-10-04 13:09:30 -07:00
head.ps doc: add indented paragraphs, valid XHTML, CSS style sheet 2017-04-13 22:12:05 -07:00
inslist.pl doc: clean up the instruction list in the documentation slightly 2017-04-07 09:51:24 -07:00
internal.doc
local.css doc: add a local.css specifically to be overridden locally 2017-04-16 23:52:23 -07:00
Makefile.in doc: we really need a Fontmap file 2019-10-04 13:09:30 -07:00
nasmdoc.css nasmdoc.css: add more space between columns and a column separator 2017-05-02 13:09:49 -07:00
nasmdoc.src Correct __ALIGN_ -> __?ALIGN_ 2019-08-27 17:21:28 -07:00
nasmlogo.eps
nasmlogw.png doc: add indented paragraphs, valid XHTML, CSS style sheet 2017-04-13 22:12:05 -07:00
opt_var.txt optimization: Introduce new flag to turn-off selectively 2018-08-16 00:01:31 +03:00
psfonts.ph doc: add indented paragraphs, valid XHTML, CSS style sheet 2017-04-13 22:12:05 -07:00
pspdf.pl doc: we really need a Fontmap file 2019-10-04 13:09:30 -07:00
pswidth.ph doc: fix fonts where the scale (unitsPerEm) is not 1000 2017-04-10 15:21:04 -07:00
rdsrc.pl doc/rdsrc.pl: fix unescaped brace 2018-06-25 23:13:59 -07:00
README Document/update dependencies for the documentation 2017-05-02 13:01:59 -07:00
ttfmetrics.ph doc: fix fonts where the scale (unitsPerEm) is not 1000 2017-04-10 15:21:04 -07:00

To build the entire documentation, the following tools are needed:

1. A Perl interpreter for your platform
2. The following Perl modules available from CPAN:
   Font::TTF
   Sort::Versions
3. asciidoc
   http://asciidoc.org/
4. xmlto
   https://fedorahosted.org/xmlto
5. One of:
	Adobe Acrobat (acrodist)
	Ghostscript (ps2pdf) http://download.ghostscript.com/
	pstopdf	(available on some BSD-derived Unix systems)

	Of these, Ghostscript is the most tested, although Acrobat has
	been claimed to generate smaller files.
6. For best results, the Adobe fonts Source Sans Pro and Source Code
   Pro, available for free at:
   https://github.com/adobe-fonts