Hi,

I have downloaded the src code for  *fop-1.1rc1-src.*
I want to use this FOP library to make a TTF Font renderring engine for
Android Mobile Operating System.
I have downloaded the code and compiled the code, Now, I am able to parse
my TTF file with this FOP Code using TTFReader Class.
I have parsed all the tables of the my TTF file like GLPH, HEAD, CMAP,
HHEA, HMTX, LOCA, GDEF, GPOS and GSUB etc.
My TTF file is for the Urdu Nastaliq Font It contains glyphs for characters
as well as Ligatures i.e urdu Words.
 As, Android is not able to render the *Urdu Nastaliq Font* prpperly,
It just draw those characters properly, which has unicode mapping in CMAP
Table.
For the words in the sentence, It just broke the Characters of the
words,which look very odd. (But As we know Nastaliq font always changes the
shape for the word depending on the Characters)
Thats why we want to create a Font Rendering engine for android for My Font
(TTF File).
Now, My question is that ,
How can i use the Parsed table data to convert the Input Urdu Text to the
Formatted font of My TTF File?
I just want to know that how to implement the parsed data, so that my input
string gives the proper output?
I have googled out this thing, but didn't get any help.
How can i use Your Classes to get the Output in Proper format?
Do i need Urdu Script For this purpose?
Do i need to draw the shape for each incoming character with the Parsed
data?

Please Help me asap.


*
*

-- 
*Thanks & Regards,

Sonia Rojhwal

*

Reply via email to