Font by default for XP or 7

How can we set the same font of default fonts for XP or 7 al labview

In LabVIEW, the default font is one of the uses of the Windows dialog box, it may be different between the BONES. In fact, the size changes between Windows XP and Windows 7.

The problem should go away if you change your LabVIEW (.ini) file. You can find it at this path:

C:\Program Files (x 86) \National Instruments\LabVIEW 2021\LabVIEW.ini

Add these lines at the end of the file to have a homogeneous front:

FPFont = "Tahoma" 13
BDFont = "Tahoma" 13
appFont = "Tahoma" 13
dialogFont = "Tahoma" 13
systemFont = "Tahoma" 13
hardCodeFontNames = True

Best regards.

Sabri JATLAOUI

Tags: NI Software

Similar Questions

Maybe you are looking for