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

--- Comment #7 from [email protected] ---
(In reply to Caolán McNamara from comment #6)
> For the missing "⌘" this suggests the font used for the UI doesn't have the
> glyph and the glyph fallback for mac doesn't work.
> 
> It might be worth finding out what font is used there. I think the font used
> is picked by vcl/osx/salframe.cxx AquaSalFrame::UpdateSettings and I guess
> that it is the font of aTooltipFont. If you can debug that to find out what
> font is used there on your system where it doesn't appear to work vs a
> system where it does it could help find out what the difference is.

I try to debug but I can't get the aTooltipFont's font name. Then I add two
line after line 1267, because  the menus with '⌘' displays correctly.
aStyleSettings.SetHelpFont(aMenuFont);
aStyleSettings.SetToolFont(aMenuFont); 
But it has no effect.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to