Indic script support in cross-compilation environment

2007-09-11 Thread Harsh Ketkar
Hi, I have compiled cairo and pango with X-libraries disabled and DirectFB enabled. I am using gtk+ with DirectFB. I want to enable devanagri fonts. I have written a look-up table, in which a certain keypress gives a devnagari character, and so on. However, when I type in the gtk+ text area in the

Re: Indic script support in cross-compilation environment

2007-09-11 Thread Behdad Esfahbod
On Tue, 2007-09-11 at 19:37 +0530, Harsh Ketkar wrote: > Hi, > > I have compiled cairo and pango with X-libraries disabled and DirectFB > enabled. I am using gtk+ with DirectFB. I want to enable devanagri > fonts. I have written a look-up table, in which a certain keypress > gives a devnagari char

Re: Indic script support in cross-compilation environment

2007-09-12 Thread Harsh Ketkar
On 12/09/2007, Behdad Esfahbod <[EMAIL PROTECTED]> wrote: > > >>What if you put them in /usr/share/fonts or ~/.fonts/ ? Hi, I deleted the /usr/local/share/fonts folder after copying their contents to /usr/share/fonts. On running the application, I got the following error: No fonts found; this p

Re: Indic script support in cross-compilation environment

2007-09-12 Thread Harshvardhan Ketkar
On 12/09/2007, Girish <[EMAIL PROTECTED]> wrote: > > Harsh Ketkar wrote: > > > > > > On 12/09/2007, *Behdad Esfahbod* <[EMAIL PROTECTED] > > > wrote: > > > > >>What if you put them in /usr/share/fonts or ~/.fonts/ ? > > > > > > Hi, > > > > I deleted the /usr/local/shar

Re: Indic script support in cross-compilation environment

2007-09-12 Thread Rahul Bhalerao
2007/9/12, Harshvardhan Ketkar <[EMAIL PROTECTED]>: > > > > > > Could you paste the out put of fc-list > > > Sure. Here it is: > Comic Sans MS Mäori,Comic Sans MS M‰ori:style=Regular > Bitstream Vera Sans Mono:style=Bold > Comic Sans > MS:style=Regular,Normal,obyčejné,Standard,Κανονικά,Normaali,Nor

Re: Indic script support in cross-compilation environment

2007-09-12 Thread Behdad Esfahbod
On Wed, 2007-09-12 at 19:14 +0530, Rahul Bhalerao wrote: > > > > You have the fonts installed properly. But there are issues with the > font selection in DirectFB, especially for arabic and indic scripts. None that I know of. What do you have in mind? > -- > Rahul Bhalerao -- behdad

Re: Indic script support in cross-compilation environment

2007-09-12 Thread Rahul Bhalerao
2007/9/12, Behdad Esfahbod <[EMAIL PROTECTED]>: > > On Wed, 2007-09-12 at 19:14 +0530, Rahul Bhalerao wrote: > > > > > > > > You have the fonts installed properly. But there are issues with the > > font selection in DirectFB, especially for arabic and indic scripts. > > None that I know of. What d

Re: Indic script support in cross-compilation environment

2007-09-13 Thread Harshvardhan Ketkar
Thanks for the quick responses, all of you. The improper rendition of devanagari characters is not restricted to my application. Inside the cross-compiling environment, even when I try to type something on the console(or inside vim)in devanagari using an input method, or by setting the locale pref

Re: Indic script support in cross-compilation environment

2007-09-13 Thread Behdad Esfahbod
On Thu, 2007-09-13 at 13:38 +0530, Harshvardhan Ketkar wrote: > Thanks for the quick responses, all of you. > > The improper rendition of devanagari characters is not restricted to > my application. Inside the cross-compiling environment, even when I > try to type something on the console(or insid

Re: Indic script support in cross-compilation environment

2007-09-14 Thread Harshvardhan Ketkar
Dear all, The problem is fixed. Instead of using the actual devanagari characters from the character map, I used their unicode values instead. This fixed it. However, some input methods like gtk-im-extra do use actual devanagari characters inside the look-up table. Thanks for all the help. Cheers

Re: Indic script support in cross-compilation environment

2008-07-05 Thread Girish
Harsh Ketkar wrote: On 12/09/2007, *Behdad Esfahbod* <[EMAIL PROTECTED] > wrote: >>What if you put them in /usr/share/fonts or ~/.fonts/ ? Hi, I deleted the /usr/local/share/fonts folder after copying their contents to /usr/share/fonts. On running the applic

Re: Indic script support in cross-compilation environment

2008-07-05 Thread Girish
Harshvardhan Ketkar wrote: On 12/09/2007, *Girish* <[EMAIL PROTECTED] > wrote: Harsh Ketkar wrote: > > > On 12/09/2007, *Behdad Esfahbod* <[EMAIL PROTECTED] > >> w