[Libreoffice-bugs] [Bug 108042] Tooltips display for toolbar icons suffer from broken font fallback on OSX in CJK UIs
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue May 25 12:04:39 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=108042
--- Comment #19 from Jun Nogata <nogajun at gmail.com> ---
Created attachment 172325
--> https://bugs.documentfoundation.org/attachment.cgi?id=172325&action=edit
fallback font log in vcl/quartz/salgdi.cxx
I put SAL_INFO in line 90 in vcl/quartz/salgdi.cxx and logged it. (Attached
file)
> SAL_INFO( "vcl.quartz", "CoreTextGlyphFallbackSubstititution::FindFontSubstitute() rPattern.maSearchName=" << rPattern.maSearchName );
Where the text was displayed correctly, it was in Hiragino Kaku gothic.
> info:vcl.quartz:19628:58067:vcl/quartz/salgdi.cxx:90: CoreTextGlyphFallbackSubstititution::FindFontSubstitute() rPattern.maSearchName=ヒラギノ角ゴシック
Where the text was garbled, it was displayed in Lucida Grande.
> info:vcl.quartz:19628:58067:vcl/quartz/salgdi.cxx:90: CoreTextGlyphFallbackSubstititution::FindFontSubstitute() rPattern.maSearchName=Lucida Grande
The font is incorrectly specified and the text is garbled.
--
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/20210525/36e786f1/attachment.htm>
More information about the Libreoffice-bugs
mailing list