https://bugs.documentfoundation.org/show_bug.cgi?id=118896

--- Comment #10 from Justin L <[email protected]> ---
In Word 2010, I see everything in Times New Roman font (as stated by OP), but
everything is also in size 12 font. So, like other things, they probably change
their defaults in different situations.

I notice that in Word 2010 - the Normal paragraph style has size 11 for both
Latin and CTL. In Writer, both of these are set to 12.

There is no style definition section in the RTF, so styles will just be LO
defaults. So there may be a "bug" here that LO doesn't use the right defaults
in the case where there is no {\stylesheet.

\f2 - the font being applied to the CTL scripts, is defined as \fRoman, so that
suggests that it should not be applied to \fbidi scripts.

But even if I change it to \fbidi, that didn't fix it. That's because it isn't
implemented yet, and all font changes are considered _ascii
        case RTF_FNIL:
        case RTF_FROMAN:
        case RTF_FSWISS:
        case RTF_FMODERN:
        case RTF_FSCRIPT:
        case RTF_FDECOR:
        case RTF_FTECH:
        case RTF_FBIDI:
            // TODO ooxml:CT_Font_family seems to be ignored by the domain
mapper

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to