RE: Arabic fonts r-L

2011-08-24 Thread Theresa Jayne Forster
Page numbering, I use the page numbering for numbers on the page as well as for 
the contents page .

 

 

 

Kindest regards

 


Theresa Forster

Senior Software Developer





Re: Arabic fonts r-L

2011-08-24 Thread Glenn Adams
could you send me an example FO of what is not working for you regarding
page numbering in RTL context?

On Wed, Aug 24, 2011 at 1:03 AM, Theresa Jayne Forster 
ther...@inbrand.co.uk wrote:

 Page numbering, I use the page numbering for numbers on the page as well as
 for the contents page .

 ** **

 ** **

 ** **

 Kindest regards

 ** **


 Theresa Forster

 Senior Software Developer

 



RE: Arabic fonts r-L

2011-08-24 Thread Theresa Jayne Forster
Glenn, sorry I have not tested recently but the numbering when using 
fo:pagenumber/  goes left to right  or did when I tested a while back, 

You said it was not working yet, I was looking for an update.

 

 

As per your email back in may

quote

On Fri, May 13, 2011

 

Theresa,

 

The current code in git://github.com/skynavga/fop.git DOES handle right-to-left 
column progression in fo:table. You need to ensure that the appropriate writing 
mode is specified on fo:table or on the nearest ancestor fo:block-container or 
on fo:page-sequence.

 

I have NOT yet implemented changes needed to reverse page numbering, but it is 
on my list of TODO items. Thanks for reminding me.

 

Regards,

Glenn

/quote

 

Theresa

 

From: Glenn Adams [mailto:gl...@skynav.com] 
Sent: 24 August 2011 08:31
To: fop-users@xmlgraphics.apache.org
Subject: Re: Arabic fonts r-L

 

could you send me an example FO of what is not working for you regarding page 
numbering in RTL context?

On Wed, Aug 24, 2011 at 1:03 AM, Theresa Jayne Forster ther...@inbrand.co.uk 
wrote:

Page numbering, I use the page numbering for numbers on the page as well as for 
the contents page .

 

 

 

Kindest regards

 


Theresa Forster

Senior Software Developer

 

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1392 / Virus Database: 1520/3834 - Release Date: 08/14/11
Internal Virus Database is out of date.



Re: Arabic fonts r-L

2011-08-24 Thread Glenn Adams
Theresa,

I'm not sure whether you are referring to a problem with correct bidi
treatment of the inline character areas generated by fo:page-number or
fo:page-number-citation, or if you are referring to the ability to specify
generation of Arabic Digits via fo:page-number format=#x0661;/. The
former problem has been fixed, however I haven't taken any action to support
the latter yet.

A concrete example FO file demonstrating the problem would be appreciated.

Regards,
Glenn

On Wed, Aug 24, 2011 at 2:25 AM, Theresa Jayne Forster 
ther...@inbrand.co.uk wrote:

 Glenn, sorry I have not tested recently but the numbering when using
 fo:pagenumber/  goes left to right  or did when I tested a while back, *
 ***

 You said it was not working yet, I was looking for an update.

 ** **

 ** **

 As per your email back in may

 quote

 On Fri, May 13, 2011

 ** **

 Theresa,

 ** **

 The current code in git://github.com/skynavga/fop.git DOES handle
 right-to-left column progression in fo:table. You need to ensure that the
 appropriate writing mode is specified on fo:table or on the nearest ancestor
 fo:block-container or on fo:page-sequence.

 ** **

 I have NOT yet implemented changes needed to reverse page numbering, but it
 is on my list of TODO items. Thanks for reminding me.

 ** **

 Regards,

 Glenn

 /quote

 ** **

 Theresa

 ** **

 *From:* Glenn Adams [mailto:gl...@skynav.com]
 *Sent:* 24 August 2011 08:31
 *To:* fop-users@xmlgraphics.apache.org
 *Subject:* Re: Arabic fonts r-L

 ** **

 could you send me an example FO of what is not working for you regarding
 page numbering in RTL context?

 On Wed, Aug 24, 2011 at 1:03 AM, Theresa Jayne Forster 
 ther...@inbrand.co.uk wrote:

 Page numbering, I use the page numbering for numbers on the page as well as
 for the contents page .

  

  

  

 Kindest regards

  


 Theresa Forster

 Senior Software Developer

 ** **
 --

 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 10.0.1392 / Virus Database: 1520/3834 - Release Date: 08/14/11
 Internal Virus Database is out of date.



Re: Arabic fonts r-L

2011-08-24 Thread Glenn Adams
I should have written

fo:page-sequence format=#x0661;/

below instead of

fo:page-number format=#x0661;/

I just checked and at present only the following values are supported with
the format property:

'0*1' | 'a' | 'A' | 'i' | 'I'

So is this the problem you were referring to in your message? In any case,
I've added ticket http://skynav.trac.cvsdude.com/fop/ticket/66 to track this
issue.

On Wed, Aug 24, 2011 at 8:31 PM, Glenn Adams gl...@skynav.com wrote:

 Theresa,

 I'm not sure whether you are referring to a problem with correct bidi
 treatment of the inline character areas generated by fo:page-number or
 fo:page-number-citation, or if you are referring to the ability to specify
 generation of Arabic Digits via fo:page-number format=#x0661;/. The
 former problem has been fixed, however I haven't taken any action to support
 the latter yet.

 A concrete example FO file demonstrating the problem would be appreciated.

 Regards,
 Glenn

 On Wed, Aug 24, 2011 at 2:25 AM, Theresa Jayne Forster 
 ther...@inbrand.co.uk wrote:

 Glenn, sorry I have not tested recently but the numbering when using
 fo:pagenumber/  goes left to right  or did when I tested a while back,
 

 You said it was not working yet, I was looking for an update.

 ** **

 ** **

 As per your email back in may

 quote

 On Fri, May 13, 2011

 ** **

 Theresa,

 ** **

 The current code in git://github.com/skynavga/fop.git DOES handle
 right-to-left column progression in fo:table. You need to ensure that the
 appropriate writing mode is specified on fo:table or on the nearest ancestor
 fo:block-container or on fo:page-sequence.

 ** **

 I have NOT yet implemented changes needed to reverse page numbering, but
 it is on my list of TODO items. Thanks for reminding me.

 ** **

 Regards,

 Glenn

 /quote

 ** **

 Theresa

 ** **

 *From:* Glenn Adams [mailto:gl...@skynav.com]
 *Sent:* 24 August 2011 08:31
 *To:* fop-users@xmlgraphics.apache.org
 *Subject:* Re: Arabic fonts r-L

 ** **

 could you send me an example FO of what is not working for you regarding
 page numbering in RTL context?

 On Wed, Aug 24, 2011 at 1:03 AM, Theresa Jayne Forster 
 ther...@inbrand.co.uk wrote:

 Page numbering, I use the page numbering for numbers on the page as well
 as for the contents page .

  

  

  

 Kindest regards

  


 Theresa Forster

 Senior Software Developer

 ** **
 --

 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 10.0.1392 / Virus Database: 1520/3834 - Release Date: 08/14/11
 Internal Virus Database is out of date.