LabVIEW defines its built-in fonts as the default system fonts. When you move VIs between platforms, LabVIEW automatically updates its built-in fonts so that they match the default system fonts of the current platform. Additionally, if you attempt to open a VI that uses an unavailable font, LabVIEW substitutes the closest match. LabVIEW handles colors similarly to fonts. If a color is not available on a computer, LabVIEW replaces it with the closest match. You also can use system colors to adapt the appearance of a front panel to the system colors of any computer that runs the VI.
Complete the following steps to change the font, size, and color of text.
Note Changing the default font does not change the font of existing labels. It affects only those labels you create from that point on. |
Tip (Windows and Linux) To make labels transparent, use the Coloring tool and right-click the T in the color picker. (macOS) To make labels transparent, use the Coloring tool and <Control>-click the T in the color picker. |
(MathScript RT Module) LabVIEW discards color and style settings you apply to text in a MathScript Node when a type of script highlighting is enabled for the node.
You also can use the Font property to set the font programmatically, the Justification property to get and set the justification of text programmatically, and the Text Colors property to change the foreground and background color of a text string programmatically.