finding chinese fonts based on xml:lang/lang
I'm working on a wince port which uses cairo and fontConfig (but not Pango), but can't seem to find why the html lang tag (usually paired with xml:lang) does not trigger fontConfig to match with a Chinese font. For example: <blockquote xml:lang="zh-CN" lang="zh-CN"> <p>子曰 ... </p> I've verified specifying a Chinese font, or even CSS style params matching lang(zh) works for me, but the above code alone does not trigger the same matches. Thank you for any suggestions, Eric Welch BSquare
On 03.02.2010, at 14:35, Eric Welch wrote:
why the html lang tag (usually paired with xml:lang) does not trigger fontConfig to match with a Chinese font.
No one implemented that yet; it's tracked as <https://bugs.webkit.org/show_bug.cgi?id=10874
.
- WBR, Alexey Proskuryakov
participants (2)
-
Alexey Proskuryakov
-
Eric Welch