To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=49520
------- Additional comments from [EMAIL PROTECTED] Tue May 24 06:12:08 -0700 2005 ------- HDU->KR: getting the font file name depends whether we are on UNX or WIN. For UNX: 1. break at main() 2. set breakpoints for the two patched locations in metric.cxx 3. continue until a breakpoint there 4. go up one frame 5. look at mpFontInfo->mpFontFile->maNativeFileName, which is an OString 6. goto 3 For WIN: 1. break at main() 2. set breakpoints for the two patched locations in metric.cxx 3. continue until a breakpoint there 4. go up one frame 5. look at the maName and maStyleName members 6. goto 3 --------------------------------------------------------------------- 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]
