[Libreoffice-bugs] [Bug 118896] FILEOPEN: RTF wrong font size for Hebrew Text
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jan 22 13:58:08 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=118896
--- Comment #10 from Justin L <jluth at mail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210122/8d3a8756/attachment.htm>
More information about the Libreoffice-bugs
mailing list