Open PWagner1 opened 10 months ago
Part of this is a duplicate (Menu's and Toolstrips) But it is expected because they are "Native" WinForm components.
So the fix (If it can be) would be the same as the "Integrate StatusStrip" designer option, so that it does not break backwards compatibility.
@Smurf-IV & @giduac
Append this to backlog?
It's "An existing" winform thing, So I expect it to be in V90
@Smurf-IV Is it possible to override the font to use KManager's BaseFont
?
@Smurf-IV Is it possible to override the font to use KManager's
BaseFont
?
Might / Should be. Or whatever the theme is currently using for KContextMenu's at least.
Hi @Smurf-IV & @giduac
What's Segoe UI, 12world
?
Where did that image come from? It's bit cryptic without more info ? This is what I get for the BaseFont...
Where did that image come from? It's bit cryptic without more info ?
This was from the MenuStrip
??
??
Weird thing is even if you try to alter the font on the MS, it won't change (at least for me).
Likewise, And it's not taking the Font from KManager either. So this is also part of this bug.
Latest nightly
build
Can you attach the zipped sln
& project
please (Do not include the bin or obj directories ...)
Latest
nightly
build
My views are from the alpha branch (Yesterday) and using the Toolkit examples
Here's the example I've been using
What is this?
this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
I get the "world" as well: So it must be project based !
Whilst testing, I encountered a bug whereby the Context, Menu, Status and Tool Strip fonts all don't follow Krypton's base font.
Expectation, for these controls to do the same as other Krypton controls.