From 3d00e4091aae4bf0a139fa96fb8c368c3ae3f606 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 22 Apr 2011 06:43:22 +0000 Subject: AFP GOCA: Added option to disable GOCA and to control text painting inside GOCA graphics. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1095874 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/trunk/output.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/documentation') diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index ea994b521..c174bf2b5 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -784,6 +784,29 @@ Note that the value of the encoding attribute in the example is the double-byte ]]> +
+ GOCA (Vector Graphics) +

+ Not all AFP implementations support GOCA. Some also have bugs related to GOCA. Therefore, + it is desirable to have some control over the generation of GOCA graphics. +

+

+ GOCA is enabled by default. You can disable GOCA entirely in which case the AFP support + falls back to generating bitmaps for vector graphics. Example: +

+ ]]> +

+ Some AFP implementations have trouble rendering text in GOCA. You can instruct the AFP + support to render text as shapes (i.e. use vector graphics to paint text). Example: +

+ ]]> +

+ If you disable GOCA or let text render as shapes, the size of the generated AFP usually + increases considerably. +

+
Shading

-- cgit v1.2.3