After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 650711 - Japanese Tutorial and Concepts Guide PDF font fix
Japanese Tutorial and Concepts Guide PDF font fix
Status: RESOLVED INCOMPLETE
Product: GnuCash
Classification: Other
Component: Documentation
git-master
Other All
: Normal normal
: ---
Assigned To: Yawar Amin
Tom Bullock
Depends on:
Blocks:
 
 
Reported: 2011-05-21 03:55 UTC by Yasuaki Taniguchi
Modified: 2018-06-29 22:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Japanese PDF fonts patch (113.28 KB, application/x-bzip)
2011-05-21 04:03 UTC, Yasuaki Taniguchi
Details
Japanese PDF font patch rev2 (129.09 KB, application/x-bzip)
2011-05-21 07:50 UTC, Yasuaki Taniguchi
Details

Description Yasuaki Taniguchi 2011-05-21 03:55:36 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
Comment 1 Yasuaki Taniguchi 2011-05-21 04:01:31 UTC
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.
Comment 2 Yasuaki Taniguchi 2011-05-21 04:03:33 UTC
Created attachment 188270 [details]
Japanese PDF fonts patch
Comment 3 Yasuaki Taniguchi 2011-05-21 07:50:09 UTC
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"
Comment 4 Yasuaki Taniguchi 2011-07-12 12:44:25 UTC
This patch is enhanced and included by Bug#654467
Comment 5 John Ralls 2018-06-29 22:58:10 UTC
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.