diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-05 22:45:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-05 22:45:42 +0000 |
commit | 4ca61c73d74fbd1cbad127bc6048b53c32520b2b (patch) | |
tree | 5ee62b7e883e9791612e1c8874b5de0424deea41 /Master/texmf-dist/doc/fonts/cjk-gs-integrate/README.md | |
parent | 59f17143c54efcdc9b7d1b9c679659eedee33378 (diff) |
cjk-gs-integrate (5may17)
git-svn-id: svn://tug.org/texlive/trunk@44207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/cjk-gs-integrate/README.md')
-rw-r--r-- | Master/texmf-dist/doc/fonts/cjk-gs-integrate/README.md | 34 |
1 files changed, 27 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/fonts/cjk-gs-integrate/README.md b/Master/texmf-dist/doc/fonts/cjk-gs-integrate/README.md index a20d497e166..9e9d3393fa1 100644 --- a/Master/texmf-dist/doc/fonts/cjk-gs-integrate/README.md +++ b/Master/texmf-dist/doc/fonts/cjk-gs-integrate/README.md @@ -16,13 +16,11 @@ Usage #### Options #### ````` - -n, --dry-run do not actually output anything - --remove try to remove instead of create - -f, --fontdef FILE specify alternate set of font definitions, if not - given, the built-in set is used -o, --output DIR specifies the base output dir, if not provided, the Resource directory of an installed GhostScript is searched and used. + -f, --fontdef FILE specify alternate set of font definitions, if not + given, the built-in set is used -a, --alias LL=RR defines an alias, or overrides a given alias; illegal if LL is provided by a real font, or RR is neither available as real font or alias; @@ -34,14 +32,27 @@ Usage and DIR/fonts/truetype/cjk-gs-integrate where DIR defaults to TEXMFLOCAL - --machine-readable output of --list-aliases is machine readable + --otfps [DIR] generate configuration file (psnames-for-otf) into + DIR/dvips/ps2otfps + which is used by ps2otfps (developed by Akira Kakuto), + instead of generating snippets --force do not bail out if linked fonts already exist + --remove try to remove instead of create + -n, --dry-run do not actually output anything -q, --quiet be less verbose -d, --debug output debug information, can be given multiple times -v, --version outputs only the version information -h, --help this help ````` +#### Windows only options #### + +````` + --hardlink create hardlinks instead of symlinks + --winbatch prepare a batch file for link generation, instead of + generating links right away +````` + #### Command like options #### ````` @@ -52,6 +63,7 @@ Usage present files --list-fonts lists the fonts found on the system --info combines the above two information + --machine-readable output of --list-aliases is machine readable ````` Operation @@ -60,6 +72,7 @@ Operation For each found TrueType (TTF) font it creates a cidfmap entry in <Resource>/Init/cidfmap.local + -- if you are using tlgs win32, tlpkg/tlgs/lib/cidfmap.local instead and links the font to @@ -79,10 +92,12 @@ from an installed GhostScript (binary name is assumed to be 'gs'). Aliases are added to <Resource>/Init/cidfmap.aliases + -- if you are using tlgs win32, tlpkg/tlgs/lib/cidfmap.aliases instead Finally, it tries to add runlib calls to <Resource>/Init/cidfmap + -- if you are using tlgs win32, tlpkg/tlgs/lib/cidfmap to load the cidfmap.local and cidfmap.aliases. @@ -92,8 +107,13 @@ How and which directories are searched Search is done using the kpathsea library, in particular using kpsewhich program. By default the following directories are searched: - all TEXMF trees - - `/Library/Fonts`, `/Library/Fonts/Microsoft`, `/System/Library/Fonts`, - `/Network/Library/Fonts`, and `~/Library/Fonts` (all if available) + - `/Library/Fonts`, `/Library/Fonts/Microsoft`, `/System/Library/Fonts`, + `/System/Library/Assets`, `/Network/Library/Fonts`, + `~/Library/Fonts` and `/usr/share/fonts` (all if available) + - `/Applications/Microsoft Word.app/Contents/Resources/{Fonts,DFonts}`, + `/Applications/Microsoft Excel.app/Contents/Resources/{Fonts,DFonts}`, + `/Applications/Microsoft PowerPoint.app/Contents/Resources/{Fonts,DFonts}` + (all if available, meant for Office for Mac 2016) - `c:/windows/fonts` (on Windows) - the directories in `OSFONTDIR` environment variable |