Type: | Control attribute |
Description: | The name of the meta font used in digital graph state labels. You can use one of the LabWindows/CVI-supplied meta fonts or create your own font using the CreateMetaFont function. If ATTR_DIGWAVEFORM_AUTOSIZE is set to TRUE, then the height of the meta font determines the height of the plots. |
Control Types: | Digital graphs. |
Data Type: | string |
Values
VAL_MENU_META_FONT | Default font for LabWindows/CVI menus.
Meta fonts contain typeface information, point size, and text styles such as bold, shadow outline, underline, italics, and strikeout. Because meta fonts contain character size information, strings that use meta fonts are more likely to have the same width across platforms. This value is an alias to an operating system font. Therefore, the operating system and user preferences on your machine determine this font. |
VAL_DIALOG_META_FONT | Default font for LabWindows/CVI dialog boxes and control text.
Meta fonts contain typeface information, point size, and text styles such as bold, shadow outline, underline, italics, and strikeout. Because meta fonts contain character size information, strings that use meta fonts are more likely to have the same width across platforms. This value is an alias to an operating system font. Therefore, the operating system and user preferences on your machine determine this font. |
VAL_EDITOR_META_FONT | Default font for the LabWindows/CVI Source window.
Meta fonts contain typeface information, point size, and text styles such as bold, shadow outline, underline, italics, and strikeout. Because meta fonts contain character size information, strings that use meta fonts are more likely to have the same width across platforms. This value is an alias to an operating system font. Therefore, the operating system and user preferences on your machine determine this font. |
VAL_APP_META_FONT | Default font for the LabWindows/CVI Workspace window.
Meta fonts contain typeface information, point size, and text styles such as bold, shadow outline, underline, italics, and strikeout. Because meta fonts contain character size information, strings that use meta fonts are more likely to have the same width across platforms. This value is an alias to an operating system font. Therefore, the operating system and user preferences on your machine determine this font. |
VAL_MESSAGE_BOX_META_FONT | Default font for LabWindows/CVI message boxes.
Meta fonts contain typeface information, point size, and text styles such as bold, shadow outline, underline, italics, and strikeout. Because meta fonts contain character size information, strings that use meta fonts are more likely to have the same width across platforms. This value is an alias to an operating system font. Therefore, the operating system and user preferences on your machine determine this font. |
VAL_7SEG_META_FONT | Font that provides compatibility with LabWindows for DOS.
Meta fonts contain typeface information, point size, and text styles such as bold, shadow outline, underline, italics, and strikeout. Because meta fonts contain character size information, strings that use meta fonts are more likely to have the same width across platforms. |
VAL_SYSTEM_META_FONT | Font that provides compatibility with function panels and user interface panels from LabWindows for DOS that use extended IBM PC characters. Because other fonts may not contain these extended characters, cut/paste operations may fail.
Meta fonts contain typeface information, point size, and text styles such as bold, shadow outline, underline, italics, and strikeout. Because meta fonts contain character size information, strings that use meta fonts are more likely to have the same width across platforms. |