To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=46089 Issue #:|46089 Summary:|Font properties of complex script text lost when |saved to Word XML format Component:|l10n Version:|680m87 Platform:|PC URL:| OS/Version:|Windows XP Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|ama Reported by:|james_clark
------- Additional comments from [EMAIL PROTECTED] Sun Mar 27 04:44:08 -0800 2005 ------- 1. Create a new document in Writer (with CTL support enabled) 2. In Format|Character, set the CTL font to be "Cordia New", 16 point, Thai. 3. Type something including Thai text. 4. Save the document as Microsoft Word 2003 XML format 5. Open the XML document in Word 2003. I tried both Thai edition and the freely downloadable Word Viewer 2003. 6. Observe that the Thai text is Angsana New, 12 point. Neither the font nor font size have been preserved. I found the minimum changes needed to the XML to get the font properties to be properly recognized by Word were as follows: a) Split the text into runs, so that characters from different scripts are in different <w:r> elements. b) Give the <w:r> elements that contain complex text characters a property of <w:cs/> c) Add a paragraph property for the complex text point size <w:sz-cs w:val="32"/>. --------------------------------------------------------------------- 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]
