Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

NEW!! 릴리즈 2.8.0 이상

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

글꼴 크기 설정

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

synapeditor.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]

글꼴 크기 단위 설정

릴리즈 2.15.0 이상

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

synapeditor.config.js
{
    'editor.fontSize.unit': 'pt' // 2.15.0이상 'pt'(default) | 'px'
}
editor.fontSize.unit: 'pt'(기본)editor.fontSize.unit: 'px'

  • No labels