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

글꼴 크기 설정

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

{
	'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]


글꼴 크기 단위 설정

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

{
    'editor.fontSize.unit': 'pt' // 2.15.0이상 'pt'(default) | 'px'
}


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