splushost.blogg.se

Windows 10 how to increase font size in outlook
Windows 10 how to increase font size in outlook









Note: While the ribbon may honor the user's DPI settings, that isn't this question. Ps.SetValue(UI_PKEY_GlobalBackgroundColor, PROPVARIANT(v)) Īnd now the ribbon is now colored to match the color scheme of Windows:īut i can't find the option to change the font face/size. IPropertyStore ps = framework as IPropertyStore VarCast(v, ColorToUIHSB(glass), UI_PKEY_GlobalBackgroundColor.pid)

windows 10 how to increase font size in outlook

TColor glass = Dwm.GetColorizationColor() In this case i use a color that is the user's currently select Aero color scheme: IUIFramework framework

#Windows 10 how to increase font size in outlook code

The following code fragment is used to set the UI_PKEY_GlobalBackgroundColor of the ribbon. The ribbon does allow customizing the colors of the ribbon. The user can configure Windows to use their preferred font size, e.g.:īut the Windows Ribbon Framework by default uses a font that is not the user's preference.Įdit: Moved picture up top to catch squirrels attracted by shiny things.Įdit 2: Added another colorful picture, to get a bump.Įdit 4: Adding another different picture to get a bump You can see by the time we get to 16pt, the text on the ribbon is quite hard to read.

windows 10 how to increase font size in outlook windows 10 how to increase font size in outlook

Notice how the ribbon gets smaller in each screenshot: Segoe UI 9pt (Windows default) This means that as the font in Windows gets bigger, the ribbon gets smaller. The font used by the ribbon does not match the font the user has chosen as their Windows preferences - which is the preference my application uses. How do you change the font face and font size used by the Windows Ribbon Framwork's UIRibbon?









Windows 10 how to increase font size in outlook