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

--- Comment #8 from Caolán McNamara <[email protected]> ---
> I try to debug but I can't get the aTooltipFont's font name.

dumping it to stderr with something like

fprintf(stderr, "fontname is %s\n",
aTooltipFont.GetFamilyName().toUtf8().getStr());

might be good enough to get it

> 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.

On mac I think the menus are rendered by the OS and not directly by us so
things are complicated there.

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

Reply via email to