From 84ff99a10389b63cdd6feb05bd96d9199b179b8e Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Thu, 21 Dec 2006 16:27:22 +0000 Subject: [PATCH] Update the documentation: - StrokeSVGText no longer available in the new codebase - PDF/X new feature - a few typos git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_93@489396 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/0.93/graphics.xml | 6 ------ src/documentation/content/xdocs/0.93/output.xml | 5 +++-- src/documentation/content/xdocs/0.93/upgrading.xml | 6 +++--- src/documentation/content/xdocs/trunk/graphics.xml | 6 ------ src/documentation/content/xdocs/trunk/output.xml | 5 +++-- src/documentation/content/xdocs/trunk/upgrading.xml | 6 +++--- 6 files changed, 12 insertions(+), 22 deletions(-) diff --git a/src/documentation/content/xdocs/0.93/graphics.xml b/src/documentation/content/xdocs/0.93/graphics.xml index 9f56f0526..beb860223 100644 --- a/src/documentation/content/xdocs/0.93/graphics.xml +++ b/src/documentation/content/xdocs/0.93/graphics.xml @@ -255,12 +255,6 @@ viewer does not normally draw those fine curves very well (turning on Smooth Line Art in the Acrobat preferences will fix this). If the text is inserted into the PDF using the inbuilt text commands for PDF it will use a single character. -

-

-For PDF output, there is a configuration option to force SVG text to be rendered as text. -The drawback to this approach is that it is effective only for available fonts (including embedded fonts). -Font sizes are rounded to the next integer point size. -This will be improved in the future.

Note that because SVG text can be rendered as either text or a vector graphic, you may need to consider settings in your viewer for both. The Acrobat viewer has both "smooth line art" and "smooth text" settings that may need to be set for SVG images to be displayed nicely on your screen (see Edit / Preferences / Display). diff --git a/src/documentation/content/xdocs/0.93/output.xml b/src/documentation/content/xdocs/0.93/output.xml index 117a49574..8c2c0213e 100644 --- a/src/documentation/content/xdocs/0.93/output.xml +++ b/src/documentation/content/xdocs/0.93/output.xml @@ -84,8 +84,9 @@ out = proc.getOutputStream();]]> compatible.

- Note that FOP does not currently support "tagged PDF", PDF/X or PDF/A-1a. - Support for PDF/A-1b has recently been added, however. + Note that FOP does not currently support "tagged PDF" or PDF/A-1a. + Support for PDF/A-1b and PDF/X has recently been added, however.

Fonts diff --git a/src/documentation/content/xdocs/0.93/upgrading.xml b/src/documentation/content/xdocs/0.93/upgrading.xml index f96b4a9e6..91a270c7c 100644 --- a/src/documentation/content/xdocs/0.93/upgrading.xml +++ b/src/documentation/content/xdocs/0.93/upgrading.xml @@ -103,13 +103,13 @@ or instream-foreign-object objects. If images or SVGs are sized differently in your outputs with the new FOP version check Bug 37136 - as it contains some hints on what to. The file + as it contains some hints on what to do. The file "examples/fo/basic/images.fo" has - a number of good examples that shows the new, more correct behaviour. + a number of good examples that show the new, more correct behaviour.
  • - The fox:outline extension not implemented in this version anymore. + The fox:outline extension is not implemented in this version anymore. It has been superseded by the new bookmark elements from XSL-FO 1.1.
  • diff --git a/src/documentation/content/xdocs/trunk/graphics.xml b/src/documentation/content/xdocs/trunk/graphics.xml index 9f56f0526..beb860223 100644 --- a/src/documentation/content/xdocs/trunk/graphics.xml +++ b/src/documentation/content/xdocs/trunk/graphics.xml @@ -255,12 +255,6 @@ viewer does not normally draw those fine curves very well (turning on Smooth Line Art in the Acrobat preferences will fix this). If the text is inserted into the PDF using the inbuilt text commands for PDF it will use a single character. -

    -

    -For PDF output, there is a configuration option to force SVG text to be rendered as text. -The drawback to this approach is that it is effective only for available fonts (including embedded fonts). -Font sizes are rounded to the next integer point size. -This will be improved in the future.

    Note that because SVG text can be rendered as either text or a vector graphic, you may need to consider settings in your viewer for both. The Acrobat viewer has both "smooth line art" and "smooth text" settings that may need to be set for SVG images to be displayed nicely on your screen (see Edit / Preferences / Display). diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 117a49574..8c2c0213e 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -84,8 +84,9 @@ out = proc.getOutputStream();]]> compatible.

    - Note that FOP does not currently support "tagged PDF", PDF/X or PDF/A-1a. - Support for PDF/A-1b has recently been added, however. + Note that FOP does not currently support "tagged PDF" or PDF/A-1a. + Support for PDF/A-1b and PDF/X has recently been added, however.

    Fonts diff --git a/src/documentation/content/xdocs/trunk/upgrading.xml b/src/documentation/content/xdocs/trunk/upgrading.xml index 4772fcb4c..7235f4374 100644 --- a/src/documentation/content/xdocs/trunk/upgrading.xml +++ b/src/documentation/content/xdocs/trunk/upgrading.xml @@ -106,13 +106,13 @@ or instream-foreign-object objects. If images or SVGs are sized differently in your outputs with the new FOP version check Bug 37136 - as it contains some hints on what to. The file + as it contains some hints on what to do. The file "examples/fo/basic/images.fo" has - a number of good examples that shows the new, more correct behaviour. + a number of good examples that show the new, more correct behaviour.
  • - The fox:outline extension not implemented in this version anymore. + The fox:outline extension is not implemented in this version anymore. It has been superseded by the new bookmark elements from XSL-FO 1.1.
  • -- 2.39.5