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

--- Comment #10 from [email protected] ---
(In reply to Caolán McNamara from comment #8)
> > 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.

I got it according to your code:
fontname is .AppleSystemUIFont

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

Reply via email to