<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Tooltips display for toolbar icons suffer from broken font fallback on OSX in CJK UIs"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108042#c18">Comment # 18</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Tooltips display for toolbar icons suffer from broken font fallback on OSX in CJK UIs"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108042">bug 108042</a>
from <span class="vcard"><a class="email" href="mailto:himajin100000@gmail.com" title="himajin100000@gmail.com">himajin100000@gmail.com</a>
</span></b>
<pre>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?
<a href="https://opengrok.libreoffice.org/xref/core/vcl/quartz/salgdi.cxx?r=ca2aa307#84">https://opengrok.libreoffice.org/xref/core/vcl/quartz/salgdi.cxx?r=ca2aa307#84</a>
---
helpful documents if you have never built LibreOffice:
<a href="https://wiki.documentfoundation.org/Development/BuildingOnMac">https://wiki.documentfoundation.org/Development/BuildingOnMac</a>
-----------
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.
<a href="https://api.libreoffice.org/docs/cpp/ref/a00004.html">https://api.libreoffice.org/docs/cpp/ref/a00004.html</a>
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)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>