[Fontconfig] How to use different fonts for different characters?

Wang WenRui fontconfig@fontconfig.org
Wed, 30 Apr 2003 04:40:08 +0800


On Tue, Apr 29, 2003 at 01:03:42PM -0700, Keith Packard wrote:
> 
> Around 0 o'clock on Apr 30, Wang WenRui wrote:
> 
> > How to use different fonts for different characters on fontconfig and
> > xft?
> 
> This requires application support for managing multiple fonts for 
> different languages or different parts of Unicode.  Pango and Mozilla have 
> such support, but I'm not sure Qt can yet manage this.

 But when something like "XXX abcd XXX" (XXX stands for chinese
 characters) sent to the application, it will be handled in Chinese
 encoding, then it will be rendered by xft with the Chinese TTF file.
 The applications cannot split "XXX abcd XXX" to "XXX" + "abcd" + "XXX"
 for different languages.(Note that encodings like GB2312 is compatible
 with us-ascii). So I want to find a solution transparent to
 applications.
> 
> -keith
> 
> 
> 
> _______________________________________________
> Fontconfig mailing list
> Fontconfig@fontconfig.org
> http://mail.fontconfig.org/mailman/listinfo/fontconfig