View Single Post
Old 09-18-2009, 08:18 AM   #24
Meine
Junior Member
Meine began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Sep 2009
Device: sony prs-600
Thumbs down

Quote:
Originally Posted by NSqirrel View Post
Thanks for the comment, but not quite my point. I know I can do as you suggest with ePub books, but not with those few tests I have generated using the add-in. Hence my question being: does the add-in allow font size changes with eBook Library or am I doing something wrong (-quite likely!)?
I had the same finding as you did so I went on and posted a question on the Aspose forums about, and this is what I got back:

.....When viewing EPUB we are normally able to increase and decrease font size dynamically. For instance in Adobe Digital Editions there are two corresponding buttons in the toolbar. To make this feature working, font sizes in EPUB must be relative like this:

style=”font-size:1.15em”

“em” measurement unit in CSS corresponds to the current effective font size. But Aspose.Words outputs EPUB with absolute size values in points, not em. This is a known issue. We’ll notify you when it’s implemented. But we cannot promise any timeframe because good implementation would be quite complex (considering tables, lists, etc.).....



so its still something in their conversion method that needs a change
Meine is offline   Reply With Quote