gnucash-docs maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jan 15 12:23:34 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/b9385158 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/aecc738d (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/76e60d9e (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/a4b9c01d (commit)



commit b93851587370922b38aa049dc6971a46d0e28cfb
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 15 09:22:24 2019 -0800

    Move Japanese fonts into a truetype subdir.
    
    Matching the extended fonts that are in an opentype subdir.

diff --git a/configure.ac b/configure.ac
index 2593827..6783b2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,16 +89,17 @@ AC_ARG_WITH([japanese-mincho-ttf],
 AC_ARG_WITH([japanese-gothic-ttf],
 	[AS_HELP_STRING([--with-japanese-gothic-ttf],
 			[specify Japanese Gothic TrueType font (default is ume-tmo3.ttf)])],,)
-JAPANESE_MINCHO_TTF=fonts/ume-tmo3.ttf
-JAPANESE_GOTHIC_TTF=fonts/ume-tmo3.ttf
-JAPANESE_MINCHO_TTF_ABS='${top_srcdir}/${JAPANESE_MINCHO_TTF}'
-JAPANESE_GOTHIC_TTF_ABS='${top_srcdir}/${JAPANESE_GOTHIC_TTF}'
+JAPANESE_MINCHO_TTF=ume-tmo3.ttf
+JAPANESE_GOTHIC_TTF=ume-tmo3.ttf
+japanese_fontdir=$ac_pwd/$srcdir/fonts/truetype
+JAPANESE_MINCHO_TTF_ABS=$japanese_fontdir/$JAPANESE_MINCHO_TTF
+JAPANESE_GOTHIC_TTF_ABS=$japanese_fontdir/$JAPANESE_GOTHIC_TTF
 
 dnl Japanese fonts search path (Ubuntu, RedHat, openSUSE:local, Fedora)
-japanese_fontdir="/usr/share/fonts/truetype /usr/share/fonts /usr/local/share/fonts /usr/local/share/fonts"
+japanese_fontdirs="/usr/share/fonts /usr/local/share/fonts /usr/local/share/fonts"
 
 if test "x$with_japanese_fontdir" != "xcheck" && test "x$with_japanese_fontdir" != "xyes" ; then
-japanese_fontdir="$with_japanese_fontdir $japanese_fontdir"
+japanese_fontdirs="$with_japanese_fontdir $japanese_fontdir"
 fi
 
 if test "x$with_japanese_mincho_ttf" != "x" ; then
@@ -106,11 +107,12 @@ AC_CHECK_FILE($with_japanese_mincho_ttf,
 [JAPANESE_MINCHO_TTF=$with_japanase_mincho_ttf
 JAPANESE_MINCHO_TTF_ABS=$font
 font = $with_japanese_mincho_ttf],
-[for fontdir in $japanese_fontdir ""; do
+[for fontdir in $japanese_fontdirs ""; do
 font=$fontdir/$with_japanese_mincho_ttf
 AC_CHECK_FILE($font,
 [JAPANESE_MINCHO_TTF=$font
 JAPANESE_MINCHO_TTF_ABS=$font
+japanese_fontdir=$fontdir
 break],)
 done])
 if test -z $font; then
@@ -123,11 +125,12 @@ AC_CHECK_FILE($with_japanese_gothic_ttf,
 [JAPANESE_GOTHIC_TTF=$with_japanase_gothic_ttf
 JAPANESE_GOTHIC_TTF_ABS=$font
 font = $with_japanese_gothic_ttf],
-[for fontdir in $japanese_fontdir ""; do
+[for fontdir in $japanese_fontdirs ""; do
 font=$fontdir/$with_japanese_gothic_ttf
 AC_CHECK_FILE($font,
 [JAPANESE_GOTHIC_TTF=$font
 JAPANESE_GOTHIC_TTF_ABS=$font
+japanese_fontdir=$fontdir
 break],)
 done])
 if test -z $font; then
@@ -135,7 +138,7 @@ AC_MSG_WARN([$with_japanese_gothic_ttf not found, using default gothic font])
 fi
 unset font
 fi
-
+AC_SUBST(japanese_fontdir)
 AC_SUBST(JAPANESE_MINCHO_TTF)
 AC_SUBST(JAPANESE_MINCHO_TTF_ABS)
 AC_SUBST(JAPANESE_GOTHIC_TTF)
diff --git a/fonts/ume-tgo4.ttf b/fonts/truetype/ume-tgo4.ttf
similarity index 100%
rename from fonts/ume-tgo4.ttf
rename to fonts/truetype/ume-tgo4.ttf
diff --git a/fonts/ume-tmo3.ttf b/fonts/truetype/ume-tmo3.ttf
similarity index 100%
rename from fonts/ume-tmo3.ttf
rename to fonts/truetype/ume-tmo3.ttf
diff --git a/guide/ja/fop.xconf.in b/guide/ja/fop.xconf.in
index 7d01ca8..465432f 100644
--- a/guide/ja/fop.xconf.in
+++ b/guide/ja/fop.xconf.in
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <fop version="1.0">
-  <font-base>@abs_top_srcdir@</font-base>
+  <font-base>@japanese_fontdir@</font-base>
   
   <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
   <source-resolution>72</source-resolution>

commit aecc738ded9e83f44c22d33aea61dbb041403ec6
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jan 14 18:12:18 2019 -0800

    Remove the truetype font metric extraction step.
    
    No longer required by Apache FOP.

diff --git a/configure.ac b/configure.ac
index f9a6896..2593827 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,12 +62,6 @@ fop_version=0
 if test -z "$FOP"; then
   AC_MSG_WARN([fop not found. You will not be able to generate PDF files.])
 else
-  AC_PATH_PROG(FOP_TTFREADER, fop-ttfreader)
-  if test -z "$FOP_TTFREADER"; then
-    if test -e /usr/share/java/fop.jar; then
-      FOP_TTFREADER="java -cp /usr/share/java/fop.jar:/usr/share/java/avalon-framework.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-io.jar:/usr/share/java/xmlgraphics-commons.jar org.apache.fop.fonts.apps.TTFReader"
-    fi
-  fi
   fop_version=`$FOP -version | cut -f 3 -d ' ' | cut -c 1`
 fi
 
@@ -99,83 +93,51 @@ JAPANESE_MINCHO_TTF=fonts/ume-tmo3.ttf
 JAPANESE_GOTHIC_TTF=fonts/ume-tmo3.ttf
 JAPANESE_MINCHO_TTF_ABS='${top_srcdir}/${JAPANESE_MINCHO_TTF}'
 JAPANESE_GOTHIC_TTF_ABS='${top_srcdir}/${JAPANESE_GOTHIC_TTF}'
-japanese_mincho_metric=/fonts/mincho.xml
-japanese_gothic_metric=/fonts/gothic.xml
-
-if test -z "$FOP_TTFREADER"; then
-   AC_MSG_WARN([
-        fop-ttfreader not found, using the default Japanese fonts.
-])
 
-else
 dnl Japanese fonts search path (Ubuntu, RedHat, openSUSE:local, Fedora)
-  japanese_fontdir="/usr/share/fonts/truetype /usr/share/fonts /usr/local/share/fonts /usr/local/share/fonts"
+japanese_fontdir="/usr/share/fonts/truetype /usr/share/fonts /usr/local/share/fonts /usr/local/share/fonts"
 
-  if test "x$with_japanese_fontdir" != "xcheck" && test "x$with_japanese_fontdir" != "xyes" ; then
-     japanese_fontdir="$with_japanese_fontdir $japanese_fontdir"
-  fi
+if test "x$with_japanese_fontdir" != "xcheck" && test "x$with_japanese_fontdir" != "xyes" ; then
+japanese_fontdir="$with_japanese_fontdir $japanese_fontdir"
+fi
 
-  if test "x$with_japanese_mincho_ttf" != "x" ; then
-       AC_CHECK_FILE($with_japanese_mincho_ttf,
-		     [JAPANESE_MINCHO_TTF=$with_japanase_mincho_ttf
-		      JAPANESE_MINCHO_TTF_ABS=$font
-		      unset japanese_mincho_metric
-		      font = $with_japanese_mincho_ttf],
-		     [for fontdir in $japanese_fontdir ""; do
-          	     	  font=$fontdir/$with_japanese_mincho_ttf
-          		  AC_CHECK_FILE($font,
-					[JAPANESE_MINCHO_TTF=$font
-					 JAPANESE_MINCHO_TTF_ABS=$font
-      	    		       		 unset japanese_mincho_metric
-			       		 break],)
-      			  done])
-      if test -z $font; then
-          AC_MSG_WARN([$with_japanese_mincho_ttf not found, using default mincho font])
-      fi
-      unset font
-  fi
-  if test "x$with_japanese_gothic_ttf" != "x" ; then
-        AC_CHECK_FILE($with_japanese_gothic_ttf,
-		     [JAPANESE_GOTHIC_TTF=$with_japanase_gothic_ttf
-		      JAPANESE_GOTHIC_TTF_ABS=$font
-		      unset japanese_gothic_metric
-		      font = $with_japanese_gothic_ttf],
-		     [for fontdir in $japanese_fontdir ""; do
-          	     	  font=$fontdir/$with_japanese_gothic_ttf
-          		  AC_CHECK_FILE($font,
-					[JAPANESE_GOTHIC_TTF=$font
-					 JAPANESE_GOTHIC_TTF_ABS=$font
-      	    		       		 unset japanese_gothic_metric
-			       		 break],)
-      			  done])
-       if test -z $font; then
-          AC_MSG_WARN([$with_japanese_gothic_ttf not found, using default gothic font])
-      fi
-      unset font
-   fi
+if test "x$with_japanese_mincho_ttf" != "x" ; then
+AC_CHECK_FILE($with_japanese_mincho_ttf,
+[JAPANESE_MINCHO_TTF=$with_japanase_mincho_ttf
+JAPANESE_MINCHO_TTF_ABS=$font
+font = $with_japanese_mincho_ttf],
+[for fontdir in $japanese_fontdir ""; do
+font=$fontdir/$with_japanese_mincho_ttf
+AC_CHECK_FILE($font,
+[JAPANESE_MINCHO_TTF=$font
+JAPANESE_MINCHO_TTF_ABS=$font
+break],)
+done])
+if test -z $font; then
+AC_MSG_WARN([$with_japanese_mincho_ttf not found, using default mincho font])
+fi
+unset font
 fi
-JAPANESE_MINCHO_METRIC=
-JAPANESE_GOTHIC_METRIC=
-if test $fop_version -gt 0 && test $fop_version -lt 2; then
-   echo Mincho Metric: $japanese_mincho_metric
-   	if test "x$japanese_mincho_metric" != "x"; then
-	   AC_CONFIG_COMMANDS([mincho_metric],
-			      [cp $ac_top_srcdir$mincho_metric guide/ja],
-			      [mincho_metric=$japanese_mincho_metric])
-	fi
-	echo Gothic Metric: $japanese_gothic_metric
-	if test "x$japanese_gothic_metric" != "x"; then
-	AC_CONFIG_COMMANDS([gothic_metric],
-			   [cp $ac_top_srcdir$gothic_metric guide/ja],
-		      	   [gothic_metric=$japanese_gothic_metric])
-	fi
-	JAPANESE_MINCHO_METRIC='metrics-url="mincho.xml"'
-	JAPANESE_GOTHIC_METRIC='metrics-url="gothic.xml"'
+if test "x$with_japanese_gothic_ttf" != "x" ; then
+AC_CHECK_FILE($with_japanese_gothic_ttf,
+[JAPANESE_GOTHIC_TTF=$with_japanase_gothic_ttf
+JAPANESE_GOTHIC_TTF_ABS=$font
+font = $with_japanese_gothic_ttf],
+[for fontdir in $japanese_fontdir ""; do
+font=$fontdir/$with_japanese_gothic_ttf
+AC_CHECK_FILE($font,
+[JAPANESE_GOTHIC_TTF=$font
+JAPANESE_GOTHIC_TTF_ABS=$font
+break],)
+done])
+if test -z $font; then
+AC_MSG_WARN([$with_japanese_gothic_ttf not found, using default gothic font])
 fi
-AC_SUBST(JAPANESE_MINCHO_METRIC)
+unset font
+fi
+
 AC_SUBST(JAPANESE_MINCHO_TTF)
 AC_SUBST(JAPANESE_MINCHO_TTF_ABS)
-AC_SUBST(JAPANESE_GOTHIC_METRIC)
 AC_SUBST(JAPANESE_GOTHIC_TTF)
 AC_SUBST(JAPANESE_GOTHIC_TTF_ABS)
 
diff --git a/guide/ja/Makefile.am b/guide/ja/Makefile.am
index ef7101b..94f9b82 100644
--- a/guide/ja/Makefile.am
+++ b/guide/ja/Makefile.am
@@ -41,10 +41,3 @@ if WITH_MOBI
 include $(top_srcdir)/mobi.make
 endif
 endif
-
-mincho.xml: $(JAPANESE_MINCHO_TTF_ABS)
-	$(FOP_TTFREADER) $< $@
-gothic.xml: $(JAPANESE_GOTHIC_TTF_ABS)
-	$(FOP_TTFREADER) $< $@
-$(docname).pdf: $(docname).fo mincho.xml gothic.xml  $(fopconfig)
-	$(FOP) $(FOPFLAGS) -fo $(docname).fo -pdf $@
diff --git a/guide/ja/fop.xconf.in b/guide/ja/fop.xconf.in
index 2752ee1..7d01ca8 100644
--- a/guide/ja/fop.xconf.in
+++ b/guide/ja/fop.xconf.in
@@ -42,10 +42,10 @@
                           | 500 | 600 | 700 | 800 | 900
         (normal = 400, bold = 700)
         -->
-        <font @JAPANESE_MINCHO_METRIC@ kerning="yes" embed-url="@JAPANESE_MINCHO_TTF@">
+        <font kerning="yes" embed-url="@JAPANESE_MINCHO_TTF@">
           <font-triplet name="serif" style="normal" weight="normal"/>
         </font>
-        <font @JAPANESE_GOTHIC_METRIC@ kerning="yes" embed-url="@JAPANESE_GOTHIC_TTF@">
+        <font kerning="yes" embed-url="@JAPANESE_GOTHIC_TTF@">
           <font-triplet name="serif" style="normal" weight="bold" />
           <font-triplet name="sans-serif" style="normal" weight="normal"/>
           <font-triplet name="sans-serif" style="normal" weight="bold" />

commit 76e60d9e03f197d2b825f51304c9e3388dada92e
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jan 14 18:00:57 2019 -0800

    Bug 797044 - Russian PDF on website has '#' for every cyrillic codepoint.
    
    Provide and configure missing fonts. No configuration options short of
    editing configure.ac, don't think that they're used for Japanese.

diff --git a/configure.ac b/configure.ac
index 78d2bb6..f9a6896 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,17 @@ else
   fop_version=`$FOP -version | cut -f 3 -d ' ' | cut -c 1`
 fi
 
+EXTENDED_SANS=opentype/freefont/FreeSans
+EXTENDED_SERIF=opentype/freefont/FreeSerif
+EXTENDED_MONO=opentype/freefont/FreeMono
+extended_fontdir=$ac_pwd/$srcdir/fonts
+extended_extension=otf
+AC_SUBST(EXTENDED_SANS)
+AC_SUBST(EXTENDED_SERIF)
+AC_SUBST(EXTENDED_MONO)
+AC_SUBST(extended_fontdir)
+AC_SUBST(extended_extension)
+
 dnl
 dnl Check Japanese TrueType fonts for PDF
 dnl
@@ -84,7 +95,6 @@ AC_ARG_WITH([japanese-mincho-ttf],
 AC_ARG_WITH([japanese-gothic-ttf],
 	[AS_HELP_STRING([--with-japanese-gothic-ttf],
 			[specify Japanese Gothic TrueType font (default is ume-tmo3.ttf)])],,)
-
 JAPANESE_MINCHO_TTF=fonts/ume-tmo3.ttf
 JAPANESE_GOTHIC_TTF=fonts/ume-tmo3.ttf
 JAPANESE_MINCHO_TTF_ABS='${top_srcdir}/${JAPANESE_MINCHO_TTF}'
@@ -225,5 +235,6 @@ guide/ru/Makefile
 Makefile])
 
 AC_CONFIG_FILES([guide/ja/fop.xconf])
+AC_CONFIG_FILES([guide/ru/fop.xconf])
 
 AC_OUTPUT
diff --git a/fonts/opentype/freefont/FreeMono.otf b/fonts/opentype/freefont/FreeMono.otf
new file mode 100644
index 0000000..b50e3c2
Binary files /dev/null and b/fonts/opentype/freefont/FreeMono.otf differ
diff --git a/fonts/opentype/freefont/FreeMonoBold.otf b/fonts/opentype/freefont/FreeMonoBold.otf
new file mode 100644
index 0000000..3a6bdd9
Binary files /dev/null and b/fonts/opentype/freefont/FreeMonoBold.otf differ
diff --git a/fonts/opentype/freefont/FreeMonoBoldOblique.otf b/fonts/opentype/freefont/FreeMonoBoldOblique.otf
new file mode 100644
index 0000000..d05c289
Binary files /dev/null and b/fonts/opentype/freefont/FreeMonoBoldOblique.otf differ
diff --git a/fonts/opentype/freefont/FreeMonoOblique.otf b/fonts/opentype/freefont/FreeMonoOblique.otf
new file mode 100644
index 0000000..d4d29eb
Binary files /dev/null and b/fonts/opentype/freefont/FreeMonoOblique.otf differ
diff --git a/fonts/opentype/freefont/FreeSans.otf b/fonts/opentype/freefont/FreeSans.otf
new file mode 100644
index 0000000..0677232
Binary files /dev/null and b/fonts/opentype/freefont/FreeSans.otf differ
diff --git a/fonts/opentype/freefont/FreeSansBold.otf b/fonts/opentype/freefont/FreeSansBold.otf
new file mode 100644
index 0000000..1891aa1
Binary files /dev/null and b/fonts/opentype/freefont/FreeSansBold.otf differ
diff --git a/fonts/opentype/freefont/FreeSansBoldOblique.otf b/fonts/opentype/freefont/FreeSansBoldOblique.otf
new file mode 100644
index 0000000..b3286d3
Binary files /dev/null and b/fonts/opentype/freefont/FreeSansBoldOblique.otf differ
diff --git a/fonts/opentype/freefont/FreeSansOblique.otf b/fonts/opentype/freefont/FreeSansOblique.otf
new file mode 100644
index 0000000..08b3a33
Binary files /dev/null and b/fonts/opentype/freefont/FreeSansOblique.otf differ
diff --git a/fonts/opentype/freefont/FreeSerif.otf b/fonts/opentype/freefont/FreeSerif.otf
new file mode 100644
index 0000000..d3b8d9a
Binary files /dev/null and b/fonts/opentype/freefont/FreeSerif.otf differ
diff --git a/fonts/opentype/freefont/FreeSerifBold.otf b/fonts/opentype/freefont/FreeSerifBold.otf
new file mode 100644
index 0000000..c5222dd
Binary files /dev/null and b/fonts/opentype/freefont/FreeSerifBold.otf differ
diff --git a/fonts/opentype/freefont/FreeSerifBoldItalic.otf b/fonts/opentype/freefont/FreeSerifBoldItalic.otf
new file mode 100644
index 0000000..e8ff9f1
Binary files /dev/null and b/fonts/opentype/freefont/FreeSerifBoldItalic.otf differ
diff --git a/fonts/opentype/freefont/FreeSerifItalic.otf b/fonts/opentype/freefont/FreeSerifItalic.otf
new file mode 100644
index 0000000..f4b68f2
Binary files /dev/null and b/fonts/opentype/freefont/FreeSerifItalic.otf differ
diff --git a/guide/ru/Makefile.am b/guide/ru/Makefile.am
index 130a21f..8266dec 100644
--- a/guide/ru/Makefile.am
+++ b/guide/ru/Makefile.am
@@ -1,6 +1,7 @@
 figdir = figures
 docname = gnucash-guide
 lang = ru
+fopconfig = $(srcdir)/fop.xconf
 omffile = $(docname)-ru.omf
 entities = \
     ch_oview.xml \
@@ -30,6 +31,7 @@ entities = \
     appendixd.xml
 DISTCLEANFILES = $(docname)-ru.omf.out
 CLEANFILES = $(DISTCLEANFILES)
+FOPFLAGS = -l $(lang) -c $(fopconfig)
 XSLTFLAGS_FO = --stringparam paper.type A4
 if GNC_WINDOWS
 include $(top_srcdir)/chm.make
diff --git a/guide/ru/fop.xconf.in b/guide/ru/fop.xconf.in
new file mode 100644
index 0000000..c0bff53
--- /dev/null
+++ b/guide/ru/fop.xconf.in
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<fop version="1.0">
+  <font-base>@extended_fontdir@</font-base>
+     <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
+  <source-resolution>72</source-resolution>
+  <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
+  <target-resolution>72</target-resolution>
+  
+  <!-- page-height and page-width, A4 for Russian -->
+  <default-page-settings height="297mm" width="210mm"/>
+  
+  <!-- Information for specific renderers -->
+  <!-- Uses renderer mime type for renderers -->
+  <renderers>
+    <renderer mime="application/pdf">
+      <filterList>
+        <!-- provides compression using zlib flate (default is on) -->
+        <value>flate</value>
+      </filterList>
+
+      <fonts>
+        <font embed-url="@EXTENDED_SERIF at .@extended_extension@">
+          <font-triplet name="serif" style="normal" weight="normal" />
+        </font>
+        <font embed-url="@EXTENDED_SERIF at Bold.@extended_extension@">
+          <font-triplet name="serif" style="normal" weight="bold" />
+        </font>
+        <font embed-url="@EXTENDED_SERIF at Italic.@extended_extension@">
+          <font-triplet name="serif" style="italic" weight="normal" />
+        </font>
+        <font embed-url="@EXTENDED_SANS at .@extended_extension@">
+          <font-triplet name="sans-serif" style="normal" weight="normal" />
+        </font>
+        <font embed-url="@EXTENDED_SANS at Bold.@extended_extension@">
+          <font-triplet name="sans-serif" style="normal" weight="bold" />
+        </font>
+        <font embed-url="@EXTENDED_SANS at Oblique.@extended_extension@">
+          <font-triplet name="sans-serif" style="italic" weight="normal" />
+        </font>
+        <font embed-url="@EXTENDED_MONO at .@extended_extension@">
+          <font-triplet name="monospace" style="normal" weight="normal" />
+        </font>
+        <font embed-url="@EXTENDED_MONO at Bold.@extended_extension@">
+          <font-triplet name="monospace" style="normal" weight="bold" />
+        </font>
+        <font embed-url="@EXTENDED_MONO at Oblique.@extended_extension@">
+          <font-triplet name="monospace" style="italic" weight="normal" />
+        </font>
+      </fonts>
+
+      <!-- This option lets you specify additional options on an XML handler -->
+      <xml-handler namespace="http://www.w3.org/2000/svg">
+        <stroke-text>true</stroke-text>
+      </xml-handler>
+
+    </renderer>
+</renderers>
+</fop>
\ No newline at end of file



Summary of changes:
 configure.ac                                    | 136 ++++++++++--------------
 fonts/opentype/freefont/FreeMono.otf            | Bin 0 -> 392560 bytes
 fonts/opentype/freefont/FreeMonoBold.otf        | Bin 0 -> 203480 bytes
 fonts/opentype/freefont/FreeMonoBoldOblique.otf | Bin 0 -> 194740 bytes
 fonts/opentype/freefont/FreeMonoOblique.otf     | Bin 0 -> 245512 bytes
 fonts/opentype/freefont/FreeSans.otf            | Bin 0 -> 857360 bytes
 fonts/opentype/freefont/FreeSansBold.otf        | Bin 0 -> 305524 bytes
 fonts/opentype/freefont/FreeSansBoldOblique.otf | Bin 0 -> 233596 bytes
 fonts/opentype/freefont/FreeSansOblique.otf     | Bin 0 -> 474168 bytes
 fonts/opentype/freefont/FreeSerif.otf           | Bin 0 -> 2049152 bytes
 fonts/opentype/freefont/FreeSerifBold.otf       | Bin 0 -> 954788 bytes
 fonts/opentype/freefont/FreeSerifBoldItalic.otf | Bin 0 -> 425916 bytes
 fonts/opentype/freefont/FreeSerifItalic.otf     | Bin 0 -> 598048 bytes
 fonts/{ => truetype}/ume-tgo4.ttf               | Bin
 fonts/{ => truetype}/ume-tmo3.ttf               | Bin
 guide/ja/Makefile.am                            |   7 --
 guide/ja/fop.xconf.in                           |   6 +-
 guide/ru/Makefile.am                            |   2 +
 guide/ru/fop.xconf.in                           |  58 ++++++++++
 19 files changed, 119 insertions(+), 90 deletions(-)
 create mode 100644 fonts/opentype/freefont/FreeMono.otf
 create mode 100644 fonts/opentype/freefont/FreeMonoBold.otf
 create mode 100644 fonts/opentype/freefont/FreeMonoBoldOblique.otf
 create mode 100644 fonts/opentype/freefont/FreeMonoOblique.otf
 create mode 100644 fonts/opentype/freefont/FreeSans.otf
 create mode 100644 fonts/opentype/freefont/FreeSansBold.otf
 create mode 100644 fonts/opentype/freefont/FreeSansBoldOblique.otf
 create mode 100644 fonts/opentype/freefont/FreeSansOblique.otf
 create mode 100644 fonts/opentype/freefont/FreeSerif.otf
 create mode 100644 fonts/opentype/freefont/FreeSerifBold.otf
 create mode 100644 fonts/opentype/freefont/FreeSerifBoldItalic.otf
 create mode 100644 fonts/opentype/freefont/FreeSerifItalic.otf
 rename fonts/{ => truetype}/ume-tgo4.ttf (100%)
 rename fonts/{ => truetype}/ume-tmo3.ttf (100%)
 create mode 100644 guide/ru/fop.xconf.in



More information about the gnucash-changes mailing list