/fs
Changes the system font size.
devenv /fsFontSize
Arguments
- FontSize
Required. The size of the font.
Remarks
Loads the integrated development environment (IDE) and changes the system font size for the environment. This change is persisted between sessions and reflected on the Fonts and Colors pane of the Environment options in the Options dialog box in the IDE.
Example
This example loads the IDE and uses a 20-pt Arial font.
devenv /fn Arial /fs 20
See Also
Devenv Command Line Switches | /fn | Fonts and Colors, Environment, Options Dialog Box