[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
Sun May 26 15:00:49 UTC 2019


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

--- Comment #18 from himajin100000 at gmail.com ---
I cannot reproduce with my Windows 10, and I don't have a macOS.

For who can build a macOS applications who wants to offer assistance,
I leave some questions.

Q1. Does the program reach line 84 when this issue occurs ?
Q2. Let me know what the value of pStr is.
Q3. Let me know What the value of rPattern.maSearchName is?

https://opengrok.libreoffice.org/xref/core/vcl/quartz/salgdi.cxx?r=ca2aa307#84

---
helpful documents if you have never built LibreOffice:

https://wiki.documentfoundation.org/Development/BuildingOnMac
-----------
on Windows, when I build LibreOffice,
I often pass enable-sal-log and enable-dbgutil(may be unnecessary?) so that I
can use SAL_INFO when <sal/log.hxx> is included.

https://api.libreoffice.org/docs/cpp/ref/a00004.html

at least I can use the macro in the following way, for example. at least we can
pass OUString as the second parameter.

SAL_INFO("vcl", OUString::number(3));

be careful not to write

SAL_INFO("vcl", 1 + 2);

but please write this way.

SAL_INFO("vcl", (1 + 2));

I don't know if SAL_INFO's second paramter accepts CFStringRef, but if it
doesn't I believe including <quartz/utils.h> 
will let you use OUString GetOUString(CFStringRef)

-- 
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/20190526/c15461c9/attachment-0001.html>


More information about the Libreoffice-bugs mailing list