mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
18e87ce7bd
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>
117 lines
1.3 KiB
Plaintext
117 lines
1.3 KiB
Plaintext
*.a
|
|
*.bin
|
|
*.coff
|
|
*.dbg
|
|
*.dep
|
|
*.exe
|
|
*.com
|
|
*.lib
|
|
*.i
|
|
*.ith
|
|
*.lst
|
|
*.map
|
|
*.mo32
|
|
*.mo64
|
|
*.o
|
|
*.o64
|
|
*.obj
|
|
*.obj64
|
|
*.od
|
|
*.orig
|
|
*.out
|
|
*.pdb
|
|
*.rdf
|
|
*.rej
|
|
*.s
|
|
*.srec
|
|
*.si
|
|
*.swp
|
|
*.win32
|
|
*.win64
|
|
*.xml
|
|
.*swo
|
|
*~
|
|
\#*
|
|
.\#*
|
|
*.bak
|
|
*.tmp
|
|
.git-ignore
|
|
cscope*
|
|
tags
|
|
TAGS
|
|
/*.1
|
|
/Makefile
|
|
/asm/directbl.c
|
|
/asm/directbl.h
|
|
/asm/directiv.h
|
|
/asm/pptok.c
|
|
/asm/pptok.h
|
|
/asm/pptok.ph
|
|
/asm/tokens.h
|
|
/asm/tokhash.c
|
|
/asm/warnings.c
|
|
/config/config.h.in
|
|
/config/config.h
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/autom4te.cache
|
|
/doc/*.dip
|
|
/doc/*.hpj
|
|
/doc/*.pdf
|
|
/doc/*.ps
|
|
/doc/*.rtf
|
|
/doc/*.texi
|
|
/doc/*.txt
|
|
/doc/Makefile
|
|
/doc/html
|
|
/doc/info
|
|
/doc/inslist.src
|
|
/doc/version.src
|
|
/doc/warnings.src
|
|
/doc/fontpath
|
|
/doc/Fontmap
|
|
/include/warnings.h
|
|
/macros/macros.c
|
|
/misc/omfdump
|
|
/nasm
|
|
/ndisasm
|
|
/nasm.spec
|
|
/nsis/arch.nsh
|
|
/nsis/version.nsh
|
|
/rdoff/Makefile
|
|
/rdoff/ldrdf
|
|
/rdoff/rdf2bin
|
|
/rdoff/rdf2com
|
|
/rdoff/rdf2ihx
|
|
/rdoff/rdf2ith
|
|
/rdoff/rdf2srec
|
|
/rdoff/rdfdump
|
|
/rdoff/rdflib
|
|
/rdoff/rdx
|
|
/test/golden
|
|
/test/perf/*.asm
|
|
/test/testresults
|
|
/version.h
|
|
/version.mac
|
|
/version.mak
|
|
/version.sed
|
|
/x86/iflag.c
|
|
/x86/iflaggen.h
|
|
/x86/insnsa.c
|
|
/x86/insnsb.c
|
|
/x86/insnsd.c
|
|
/x86/insnsi.h
|
|
/x86/insnsn.c
|
|
/x86/regdis.c
|
|
/x86/regdis.h
|
|
/x86/regflags.c
|
|
/x86/regs.c
|
|
/x86/regs.h
|
|
/x86/regvals.c
|
|
/patches/
|
|
/autoconf/aclocal.m4
|
|
/autoconf/compile
|
|
/autoconf/config.*
|
|
/autoconf/install-sh
|