To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73003





------- Additional comments from [EMAIL PROTECTED] Tue Jul 10 05:54:05 +0000 
2007 -------
@pflin: when psprint creates its font list and analyzes the font files 
everything you need is available then. 
The resulting bit bFontSupportsCJK should be cached then with the other font 
attributes. So you just need 
to change the psprint part of your patch to cache this result and get the 
result out of the cache in 
PrintFontManager::IsSupportCJK(). The alternative you suggested to open the 
font file every time one 
needs the CJK bit would be too expensive. Since the CJK-bit (and many other 
attributes like weight/slant/
width, etc.) for a font never changes over the lifetime of a font the other 
attributes are already cached. 
Adding the CJK bit as another attribute is not difficult.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to