LabWindows/CVI provides configuration options to set the fonts used throughout the environment.
![]() |
Note All font configuration options are string values (type REG_SZ). |
DialogFontName specifies the font that LabWindows/CVI uses in dialog boxes and the built-in pop-up panels, as shown in the following example, DialogFontName=Courier.
DialogFontSize specifies the font size that LabWindows/CVI uses in dialog boxes and the built-in pop-up panels, as shown in the following example, DialogFontSize=30.
DialogFontBold specifies whether the font that LabWindows/CVI uses in dialog boxes and the built-in pop-up panels is bold, as shown in the following example, DialogFontBold=Yes.
MenuFontName specifies the font that LabWindows/CVI uses in menus, as shown in the following example, MenuFontName=Courier.
MenuFontSize specifies the font size that LabWindows/CVI uses in menus, as shown in the following example, MenuFontSize=30.
MenuFontBold specifies whether the font that LabWindows/CVI uses in menus is bold, as shown in the following example, MenuFontBold=Yes.
EditorFontName specifies the default font that LabWindows/CVI uses in Source windows, as shown in the following example, EditorFontName=Courier.
EditorFontSize specifies the font size that LabWindows/CVI uses in Source windows, as shown in the following example, EditorFontSize=30.
EditorFontBold specifies whether the font that LabWindows/CVI uses in Source windows is bold, as shown in the following example, EditorFontBold=Yes.
MessageBoxFontName specifies the font that LabWindows/CVI uses in simple message boxes, as shown in the following example, MessageBoxFontName=Courier.
MessageBoxFontSize specifies the font size that LabWindows/CVI uses in simple message boxes, as shown in the following example, MessageBoxFontSize=30.
MessageBoxFontBold specifies whether the font that LabWindows/CVI uses in simple message boxes is bold, as shown in the following example, MessageBoxFontBold=Yes.
AppFontName specifies the font that LabWindows/CVI uses for dialog box labels and for function panels, as shown in the following example, AppFontName=Courier.
AppFontSize specifies the font size that LabWindows/CVI uses in dialog box labels and for function panels, as shown in the following example, AppFontSize=30.
AppFontBold specifies whether the font that LabWindows/CVI uses in dialog box labels and for function panels is bold, as shown in the following example, AppFontBold=Yes.