Hi,

On Wed, 20 Feb 2002, Tomohiro KUBOTA wrote:

> I imagine your work is related to character -> glyph conversion.
> Is that right?

Yes, we have written some parsing routines for conversion from ISCII to glyph

> > converter for it. When XmbDrawString is called with UTF encoded DEVANAGARI text,
> > the conversion is working fine, but the correct font is not getting loaded. In
> > fact, XCreateFontSet returns DEVANAGARI as a missing charset inspite of the fact
> > the required font is installed in the system. 
> 
> What font name you use?  I imagine Devanagari will need more glyph

I am using the font -mf-devanagari10-----0-0-300-300--0-- and similar fonts.

The correct font is not getting loaded because Xlib looks for a font which has
the same XLC_FONTSET.font name specified in the XLC_LOCALE file for the locale.
ie if I specify XLC_FONTSET.font.primary as ISO8859-1, Xlib tries to load a font
with the extension iso8859-1.

So, how can I modify -mf-devanagari10-----0-0-300-300--0-- so that its encoding
name is, say DEVANAGARI or something like that.

Regards

Aravind


_______________________________________________
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n

Reply via email to