Shortcut for changing font size

前端 未结 12 1348
夕颜
夕颜 2021-01-30 08:12

Does anybody know if there is a shortcut or something similar for changing the font size in the text editor in Visual Studio 2008?

What I mean is something like Ctrl + m

相关标签:
12条回答
  • 2021-01-30 08:26

    Use : Tools in Menu -> Options -> Environment -> Fonts and Colors

    0 讨论(0)
  • 2021-01-30 08:30

    You'll probably find these shortcuts useful:

    Ctrl+Shift+. to zoom in.

    Ctrl+Shift+, to zoom out.

    Those characters are period and comma, respectively.

    0 讨论(0)
  • 2021-01-30 08:40

    In visual studio code if your front is too small or too big, then you just need to zoom out or zoom in. To do that you just have to do:

    • For zoom in : ctrl + = (ctrl and equal both)
    • For zoom out: ctrl + - (ctrl and - both)
    0 讨论(0)
  • 2021-01-30 08:42

    Ctrl + Alt + MouseWheel will work in Visual Studio 2015.

    0 讨论(0)
  • 2021-01-30 08:46

    Ctrl + MouseWheel on active editor.

    0 讨论(0)
  • 2021-01-30 08:47

    You can chnage font size by ctrl + mousewheel.

    OR

    tools --> options --> environment --> font and color.

    Detail with screenshot is mentonied here

    0 讨论(0)
提交回复
热议问题