ADV Menu, Font Size 4k 200percent DPI

Hello,
  I'm not able to set font size of TAdvMainMenu correctly on display with 200% DPI (4k Display). Font is too small. When I do same with TMainMenu from Delphi it looks perfect.
  What is right way to use TADVMainMenu on 4k display with 200% DPI?

Thanks Petr

<!--if !mso>

v:* {behavior:url(#default#VML);}
o:* {behavior:url(#default#VML);}
w:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}




Do you use a TAdvMenuStyler component?
If so, when you change the font from this styler, make sure to set under the font you want to change the property UseSystemFont = false.

Hi Bruno,
  thank you for your response.
  Yes I use
TAdvMenuStyler. When I set UseSystemFont := false, than all submenu
items have good size and it not necessary change Styler.Font.Size in
this case. All root menu items all still too small.
  When I try to change Styler.Font.Size I don't see any change.
 
I have Windows 10 with three monitors. Primary is 4K with set 200% DPI.
Second an third have 100%.Application is run from start on primary
monitor.

Thanks
Daril

Do you also change the Styler.RootItem.Font setting?

Thank you very much.

RootItem.Font is what I'm miss. Now it is works.

Daril