RE: [xsl] [FOP] subscripts and superscripts

Subject: RE: [xsl] [FOP] subscripts and superscripts
From: "McCollum , Angus" <AMcCollum@xxxxxxxx>
Date: Mon, 2 Jun 2003 09:17:16 -0400
As a very limited hack, some fonts have glyphs that represent the first, second and third power. These need special character codes, but do not require explicit support from apache-FOP. 

&#xb9;	¹
&#xb2;	²
&#xb3;	³

You could also have a designer create other glyphs that are needed, with a font editing software.

- Angus

-----Original Message-----
From: Lars Geldner [mailto:geldner@xxxxxx] 
Sent: Monday, June 02, 2003 2:42 AM
To: xsl-list-digest@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] [FOP] subscripts and superscripts

Hi,

with die apache-FOP I am not able to render subscripts or superscripts 
because the baseline-shift-property is not implemented. Is it possible 
to handle this problem without using another XSL-FO-Processor?

Lars Geldner


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread