GNOME Bugzilla – Bug 650711
Japanese Tutorial and Concepts Guide PDF font fix
Last modified: 2018-06-29 22:58:10 UTC
Japanese Tutorial and Concepts Guide PDF on GnuCash web page has font problems. http://code.gnucash.org/docs/guide-ja_JP.pdf All of the Japanese characters are shown # sign because Japanese fonts and metrics are not provided to "fop" properly. Attached patch and fonts fix these problems. 1) Apply the patch $ cd gnucash-docs $ patch -p0 < gnucash-docs-ja.patch 2) extract ipaexfonts and add them to svn $ tar -xvjf ipaexfont.tar.bz2 $ svn add guide/ja_JP/ipaexfont 3) autogen and configure $ ./autogen.sh $ ./configure 4) make Japanese pdf $ cd guide/ja_JP $ make gnucash-guide.pdf The ipaexfonts are freely redistributable Japanese fonts for both commercial and non-commercial use without modification. http://ossipedia.ipa.go.jp/ipafont/index.html
The IPAexFonts seems to be too large to attach. Please download IPAexfont00103.zip(9.28 MB) from http://ossipedia.ipa.go.jp/ipafont/index.html and extract them under guide/ja_JP/ipafont.
Created attachment 188270 [details] Japanese PDF fonts patch
Created attachment 188273 [details] Japanese PDF font patch rev2 "fop.xconfig" is missing in the previous patch. So I modify it to include the "fop.xconfig"
This patch is enhanced and included by Bug#654467
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=650711. Please update any external references or bookmarks.