You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2011/03/02 19:31:57 UTC

DO NOT REPLY [Bug 49687] [PATCH] Complex Script Support

https://issues.apache.org/bugzilla/show_bug.cgi?id=49687

--- Comment #28 from Glenn Adams <gl...@skynav.com> 2011-03-02 13:31:48 EST ---
Created an attachment (id=26721)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26721)
Patch to revision 1076316 of branch Temp_ComplexScripts.


This patch is to be applied to revision 1076316 of branch Temp_ComplexScripts
as follows:

cd ${FOP}/branches/Temp_ComplexScripts
svn update -r 1076316 --force
svn revert -R .
svn status # check and remove any unexpected changes prior to patching
gzcat ${DOWNLOADS}/fop-i18n.arabic-patch-3.diff.gz | patch -p0
ant codegen-unicode-bidi # needed to generate test data to be committed
svn add test/java/org/apache/fop/complexscripts
svn add
src/java/org/apache/fop/fonts/AdvancedTypographicTableFormatException.java
svn add src/codegen/complexscripts
svn add
src/codegen/unicode/java/org/apache/fop/text/bidi/GenerateBidiTestData.java
svn commit ...

This patch completes the next update of support for OpenType
GDEF/GSUB/GPOS advanced typographic tables as employed by selected Arabic
fonts. This patch includes the following:

* bug fixes
* new codegen-unicode-bidi target (used to generate bidi test data above)
* new junit-complexscripts target

N.B. the use of "ant codegen-unicode-bidi" above, which is needed to generate
test data to be committed.

Regards,
Glenn

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.