4046a765ca
Changes include: - Set WITH_GHOSTSCRIPT_GNU forcibly. - Use PostScript virtual fonts to handle CJK CID/TT-CID emulated fonts. CIDFnmap still works but when a font is both in Resource/Font or Resource/CIDFont and in CIDFnmap, the former entry will be used. For the actual font mapping, see files in Resource/CIDFont/*. So, note that you need to remove (or rename) the virtual font if you use CIDFnmap for the moment. This is still a transitional measure and more consistent font management thoughout the ports collection should be added later. This is just an internal structural change; default font mapping has not been changed. - Add Chinese font support to print/gsfonts (but no dependency added).
14 lines
395 B
Text
14 lines
395 B
Text
=== NOTE ===
|
|
|
|
The CJK font selection will be performed in the following order:
|
|
|
|
1. %%PREFIX%%/%%GS_RESDIR%%/Font/<fontname>
|
|
|
|
2. %%PREFIX%%/%%GS_RESDIR%%/CIDFont/<fontname>
|
|
|
|
3. %%PREFIX%%/share/ghostscript/%%PORTVERSION%%/lib/CIDFnmap
|
|
|
|
So, to use CIDFnmap you have to make sure that there is no font file that
|
|
has the same name as you want to customize in Resource/Font and
|
|
Resource/CIDFont.
|
|
|