https://bugs.documentfoundation.org/show_bug.cgi?id=138475
--- Comment #6 from Ming Hua <[email protected]> --- (In reply to Kevin Suo from comment #5) > (In reply to Ming Hua from comment #4) > According to Open Document Format for Office Applications (OpenDocument) > Version 1.3. Part 3: OpenDocument Schema: > > 16.29.29 <style:text-properties>: > > The <style:text-properties> element has the following attributes: ... > fo:font-size 20.190, ... fo:font-weight 20.193, ... style:font-size-asian > 20.284, style:font-size-complex 20.285, ... style:font-weight-asian 20.294, > style:font-weight-complex 20.295... > > So the correct attribute should be > style:font-size-asian="18pt" style:font-size-complex="18pt" Ah, silly me. Even bug 114746 I mentioned in comment #3 have the correct attribute names "style:font-size-asian" and "style:font-weight-asian". However, directly editing $INSTALL_DIR\share\calc\styles.xml and changing the line <style:text-properties fo:color="#000000" fo:font-size="24pt" fo:font-style="normal" fo:font-weight="bold"/> to <style:text-properties fo:color="#000000" fo:font-size="24pt" fo:font-style="normal" fo:font-weight="bold" style:font-size-asian="24pt" style:font-weight-asian="bold" style:font-size-complex="24pt" style:font-weight-complex="bold"/> doesn't seem to work either. -- You are receiving this mail because: You are the assignee for the bug.
