Around 12 o'clock on Oct 22, Jungshik Shin wrote: > 1. get a pattern from an application(fontconfig client) > 2. apply configuration-specified editing rules to the pattern. > For each font: > 3. read in font properties from fc-cache or (directly from font if > fc-cache is not present) > 4. measure the distance between the pattern and each font
Fontconfig reads the font properties at startup time, and thereafter only when they change (it checks file mod times when fonts are listed). What we could do is add a set of rules executed when the patterns are loaded, although I'm not sure that's precisely what you want, and it would significantly impact application startup performance. It seems like you want to select fonts based on Unicode coverage of the desired Hangul representation. You could easily add a way to represent Unicode coverage in the config file; that would make adding coverage information possible with existing apps. Keith Packard XFree86 Core Team HP Cambridge Research Lab _______________________________________________ Fonts mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/fonts
