How to increase font size in the Xcode editor?

后端 未结 17 1884
谎友^
谎友^ 2020-11-29 16:59

To increase font-size in Xcode is a pain.

17条回答
  •  一整个雨季
    2020-11-29 17:39

    For Xcode 12: (beta 3)

    For the code editing windows, use the new

    Editor -> Font Size -> Increase

    or

    Editor -> Font Size -> Decrease

    menu items. This globally increases or decreases the font sizes for all editing windows. There is also an

    Editor -> Font Size -> Reset

    option. These also respond to the ⌘+ or ⌘- keyboard shortcuts.

    By default, the file navigator on the left side corresponds to the

    System Preferences -> General -> Sidebar icon size

    You can also override the system size inside Xcode using the

    Xcode -> Preferences -> General -> Navigator Size

提交回复
热议问题