[Libreoffice-bugs] [Bug 142667] Impress CJK font fallback refers to the wrong font list
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 7 15:45:27 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=142667
--- Comment #2 from Jun Nogata <nogajun at gmail.com> ---
(In reply to Julien Nabet from comment #1)
> I don't succeed in reproducing this because I got no Mincho font and don't
> know which fonts package to use.
For the Mincho font package, use fonts-noto-cjk or fonts-ipaexfont-mincho. This
is a popular font for Japanese.
> I noticed this line:
> sd/source/ui/presenter/PresenterTextView.cxx:236:
> DefaultFontType::CJK_TEXT, EE_CHAR_FONTINFO_CJK },
> since it's "sd" part, just wonder if it shouldn't be CJK_PRESENTATION here.
Thanks for the advice. I changed that part and built it, but it seems to be
different.
I searched for it with git grep CJK_TEXT, and found
svx/source/svdraw/svdmodel.cxx:639. I changed CJK_TEXT to CJK_PRESENTATION in
that line, and it fell back to Gothic.
--
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/20210607/d9ec49bb/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list