Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
titleNEW!!
 
Status
title릴리즈 2.8.0 이상

툴바에 표시되는 글꼴 크기를 설정할 수 있습니다.

글꼴 크기 설정

'editor.fontSize'를 이용하여 툴바에 표시되는 글꼴 크기를 설정합니다. 

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.fontSize': [8, 9, 10, 11, 12, 14, 16, 18, 20, 24, 28, 32, 36, 40, 44, 48, 54, 60, 72, 80, 88, 96]
}


editor.fontSize: [10, 20, 40, 80]


글꼴 크기 단위 설정

Status
colourYellow
title릴리즈 2.15.0 이상

'editor.fontSize.unit'을 이용하여 글꼴 크기 단위를 설정합니다.

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
    'editor.fontSize.unit': 'pt' // 2.15.0이상 'pt'(default) | 'px'
}


editor.fontSize.unit: 'pt'(기본)editor.fontSize.unit: 'px'