To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=61102
------- Additional comments from [EMAIL PROTECTED] Wed Jan 25 03:08:09 -0800 2006 ------- FWIW - I wrote this helpful patch to help debug this: http://go-oo.org/ooo-build/patches/test/font-debug.diff I guess others have similar things - however wrt. your comment the code in getSubstInfo says: // try to find an exact match // because the list is sorted this will also find fontnames of the form searchfontname* which is clearly the sense of: if( it != lang->second.end() && aSearchFont.CompareTo( it->Name, *** aSearchFont.Len() *** ) == COMPARE_EQUAL ) So the only way around I could think of is to extend VCL.xcu with a nice cut/paste of the Albany entry: FWIW, this matches the Win32 fallback well which seems to be Ariel. --------------------------------------------------------------------- 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]
