Hi ,
I need to change default font size and family for VisualStudio2013 theme.
As I found in docs, for Windows8Theme, setting font size/family it's easy:
Windows8Palette.Palette.FontSizeXS = 10;
Windows8TouchPalette.Palette.FontFamily = new FontFamily("Segoe UI");
But for VisualStudio2013 and Office2013 Font properties are not available.
Any help?
Thanks,
Alex
I need to change default font size and family for VisualStudio2013 theme.
As I found in docs, for Windows8Theme, setting font size/family it's easy:
Windows8Palette.Palette.FontSizeXS = 10;
Windows8TouchPalette.Palette.FontFamily = new FontFamily("Segoe UI");
But for VisualStudio2013 and Office2013 Font properties are not available.
Any help?
Thanks,
Alex