RE: Greater than or Equal to symbol Fop 1.0

2013-11-16 Thread Bonekrusher
I wanted to follow up on this thread. After finally spending some time to
really see what was causing this issue, I noticed that on output from xml to
fo, the symbol was wrapped in a fo:inline with the text-declaration set to
upper-case. If I set the symbol lower-case, it works. Which makes sense if
there is no upper-case for the character, it renders as #.

So simple... I missed it.

Thanks for all the help. 



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Greater-than-or-Equal-to-symbol-Fop-1-0-tp39197p39603.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



RE: Greater than or Equal to symbol Fop 1.0

2013-09-13 Thread Rahiem Burgess
I had the same problem. You have to either embed the font via the config file 
or add it as a reference. I resolved my issues by merely referencing the 
Symbols font.

renderers
renderer mime=application/pdf
  fonts
referenced-fonts
  match font-family=Symbol /
/referenced-fonts
  /fonts
/renderer
  /renderers

-Original Message-
From: Bonekrusher [mailto:djs...@yahoo.com] 
Sent: Thursday, September 12, 2013 9:26 AM
To: fop-users@xmlgraphics.apache.org
Subject: RE: Greater than or Equal to symbol Fop 1.0

Thanks Robert. I will troubleshoot. If you got it working, then there is 
something wrong in my config.

Thx

Phil



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Greater-than-or-Equal-to-symbol-Fop-1-0-tp39197p39202.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Bonekrusher
Hi, 

I want to output the Greater than or Equal (≥) and Less than or equal (≤) to
symbols in Fop 1.0. But the output displays as #.

I have tried:

≥
#x2265;
#8805;
ge;

Any suggestions to get this to output correctly in 1.0. In works in 1.1, but
my project is in 1.0. Also my xml in encoded UTF-8.





--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Greater-than-or-Equal-to-symbol-Fop-1-0-tp39197.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Glenn Adams
change to a font that contains glyphs for the desired characters


On Thu, Sep 12, 2013 at 1:06 PM, Bonekrusher djs...@yahoo.com wrote:

 Hi,

 I want to output the Greater than or Equal (≥) and Less than or equal (≤)
 to
 symbols in Fop 1.0. But the output displays as #.

 I have tried:

 ≥
 ≥
 ≥
 ≥

 Any suggestions to get this to output correctly in 1.0. In works in 1.1,
 but
 my project is in 1.0. Also my xml in encoded UTF-8.





 --
 View this message in context:
 http://apache-fop.1065347.n5.nabble.com/Greater-than-or-Equal-to-symbol-Fop-1-0-tp39197.html
 Sent from the FOP - Users mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
 For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org




Re: Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Bonekrusher
Thanks Glenn,

Unfortunately my customer requires arial as the font. Is there another
work-around?



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Greater-than-or-Equal-to-symbol-Fop-1-0-tp39197p39199.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Luis Bernardo
Try to configure a fall back font that has the glyph. Then Arial is still
used everywhere but for those glyphs.


On Thu, Sep 12, 2013 at 1:22 PM, Bonekrusher djs...@yahoo.com wrote:

 Thanks Glenn,

 Unfortunately my customer requires arial as the font. Is there another
 work-around?



 --
 View this message in context:
 http://apache-fop.1065347.n5.nabble.com/Greater-than-or-Equal-to-symbol-Fop-1-0-tp39197p39199.html
 Sent from the FOP - Users mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
 For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org




RE: Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Robert Meyer
Hi,

I created a small example (attached) using the Arial font I've got on my 
machine and it seems to work fine using #x2265;

Are you sure the version of Arial you're using contains that character i.e. 
it's not a subset? I would attach mine which is about 275kb, but the 
distribution rights may be an issue.

Regards,

Robert Meyer

Date: Thu, 12 Sep 2013 13:28:56 +0100
Subject: Re: Greater than or Equal to symbol Fop 1.0
From: lmpmberna...@gmail.com
To: fop-users@xmlgraphics.apache.org

Try to configure a fall back font that has the glyph. Then Arial is still used 
everywhere but for those glyphs.

On Thu, Sep 12, 2013 at 1:22 PM, Bonekrusher djs...@yahoo.com wrote:

Thanks Glenn,



Unfortunately my customer requires arial as the font. Is there another

work-around?







--

View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Greater-than-or-Equal-to-symbol-Fop-1-0-tp39197p39199.html


Sent from the FOP - Users mailing list archive at Nabble.com.



-

To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org

For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org




  

fop.xconf
Description: Binary data


output.pdf
Description: Adobe PDF document


test.fo
Description: Binary data

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

RE: Greater than or Equal to symbol Fop 1.0

2013-09-12 Thread Bonekrusher
Thanks Robert. I will troubleshoot. If you got it working, then there is
something wrong in my config.

Thx

Phil



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Greater-than-or-Equal-to-symbol-Fop-1-0-tp39197p39202.html
Sent from the FOP - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org