Re: [Python-Dev] How to read fonts in python

2008-11-17 Thread ganesh gajre
Hello, Thanks for guiding me. Ginovation On Mon, Nov 17, 2008 at 2:49 PM, Nick Coghlan <[EMAIL PROTECTED]> wrote: > ganesh gajre wrote: > > Hello to all, > > I am writing a program in python to convert Indic true type fonts in > > Unicode. I like to know is there any way to read the fonts and on

Re: [Python-Dev] How to read fonts in python

2008-11-17 Thread Nick Coghlan
ganesh gajre wrote: > Hello to all, > I am writing a program in python to convert Indic true type fonts in > Unicode. I like to know is there any way to read the fonts and on the > basis of that i can use map file to convert the font in unicode. The python-dev list is for the development *of* Pyth

Re: [Python-Dev] How to read fonts in python

2008-11-17 Thread Amaury Forgeot d'Arc
Hello, On Mon, Nov 17, 2008 at 08:17, ganesh gajre <[EMAIL PROTECTED]> wrote: > Hello to all, > I am writing a program in python to convert Indic true type fonts in > Unicode. I like to know is there any way to read the fonts and on the basis > of that i can use map file to convert the font in uni

[Python-Dev] How to read fonts in python

2008-11-16 Thread ganesh gajre
Hello to all, I am writing a program in python to convert Indic true type fonts in Unicode. I like to know is there any way to read the fonts and on the basis of that i can use map file to convert the font in unicode. Please help me. regards, Ginovation ___