CoreText framework is a very good stuff for rendering text on iphone with os sdk>=3.2. For rendering epub files on iphone i think it can
be used.It is capable of displaying formatted text. The only thing of concern is how to render images also a part of epub's html files in
situation like this
--------------------------------------
----------------------[Image here]
---------------------------------------
In the above picture "-" represents text with an image appearing at some position inside the document [on the right side here].
How can we draw image in such situation? Does there exists any support in CoreText for drawing images [I think no, still want to confirm]
or any other method for a proper rendering of image?
Thanks
Arnieterm
be used.It is capable of displaying formatted text. The only thing of concern is how to render images also a part of epub's html files in
situation like this
--------------------------------------
----------------------[Image here]
---------------------------------------
In the above picture "-" represents text with an image appearing at some position inside the document [on the right side here].
How can we draw image in such situation? Does there exists any support in CoreText for drawing images [I think no, still want to confirm]
or any other method for a proper rendering of image?
Thanks
Arnieterm