[Libreoffice-bugs] [Bug 138475] Default Asian font-size in Calc Heading styles are not the same as Western fonts
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 25 15:49:57 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=138475
Ming Hua <ming.v.hua at qq.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ming.v.hua at qq.com
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #3 from Ming Hua <ming.v.hua at qq.com> ---
Confirmed, I was thinking of reporting the same thing.
I am by no means familiar with the code, but my cursory investigation seems to
indicate that the default Calc styles are specified in
core/sc/res/xml/styles.xml, which gets installed as
$BASE_DIR/$LIBO_SHARE_FOLDER/calc/styles.xml, according to
/core/sc/source/core/tool/stylehelper.cxx line #63:
https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/stylehelper.cxx?r=a5b3211f#63
In addition to adding CJK properties for Asian text, you probably want to add
CTL properties for complex layout text as well, see bug 114746 for some related
discussion and example code changes.
--
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/20201125/28f5e307/attachment.htm>
More information about the Libreoffice-bugs
mailing list