更改字体和颜色

可以选择不同的字体、调色板和各种样式属性以供在编辑器中显示文本之用。

在提供了首选项页的 LPEX 编辑器应用程序中,可以使用适当的首选项页,例如外观或者字体调色板

也可以使用各种编辑器参数来修改当前编辑会话中当前视图的外观,或者使新设置具有持久性并作用于所有编辑器视图。

例如,使用 updateProfile.palette 参数来为当前视图选择新调色板:

set updateProfile.palette gray
updateProfile 

要使新调色板选择持久有效,请进行全局设置:

set default.updateProfile.palette gray
updateProfile 

相关任务
发出编辑器命令

相关参考
updateProfile 命令
font 参数
styleAttributes 参数
updateProfile.palette 参数
updateProfile.paletteAttributes 参数