diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-23 18:41:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-23 18:41:01 +0000 |
commit | f8a9acf764391114433f94202ee066d132f94aac (patch) | |
tree | 1577cd13d9d8f4a355e94bebe2edfa2efa0e4ef9 /Master/texmf-dist/doc/fonts/arphic/gkaiu | |
parent | 42ada882fa3c3b5bf3f8b2e661c441bb3c5a6054 (diff) |
arphic update (28nov07)
git-svn-id: svn://tug.org/texlive/trunk@5841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/arphic/gkaiu')
-rw-r--r-- | Master/texmf-dist/doc/fonts/arphic/gkaiu/README | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/arphic/gkaiu/README b/Master/texmf-dist/doc/fonts/arphic/gkaiu/README new file mode 100644 index 00000000000..e45461ccdd9 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/arphic/gkaiu/README @@ -0,0 +1,37 @@ +This is the README file of the gkai00mp-20071127.tar.gz package. + +The original font file is + + ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/gkai00mp.ttf.gz + +It has been first converted with the FontForge script `subfonts.pe' to +create a set of Unicode encoded subfonts, then with the perl script +`uni2sfd.pl' to create virtual fonts which provide GB 2312 encoded subfonts +as used by the CJK package for LaTeX. + + fontforge -script subfonts.pe gkai00mp.ttf gkaiu Unicode.sfd + + perl uni2sfd.pl gkaiu UGB.sfd gkaimp cjkgb + + rm *.enc + +These two scripts are part of the CJK package. You need FontForge 20071105 +or newer to run the scripts by yourself. + +This font package follows the TDS directory structure; the font family names +for Unicode and GB font encodings are `gkaiu' and `gkaimp', respectively. +For installation, simply copy the files to the corresponding locations in +your TEXMF tree. LaTeX font definition files and example files for testing +can be found in the CJK package. + +History: + + 2005-Jun-19 First version. + + 2007-Nov-27 Regenerate all PFB files which are now more compact due to + optimizations in FontForge. + + Fix TFM files to avoid negative depth values (the widths stay + unchanged). + +---End of README--- |