ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 2016 Bitmap fonts

Solved!
Go to solution

Hello all,

I understood that LabVIEW 2016 supports ttf fonts and in order to revert to bitmap fonts UseXftFonts=False must be added to labview configuration file, I did that and the project works fine with the bitmap fonts the problem is when I build an application and run it, it does not use bitmap fonts it uses ttf fonts again.

Is there another configuration file that I should modify?

Thanks in advance.

UsexftFonts.PNG

 

0 Kudos
Message 1 of 3
(2,891 Views)
Solution
Accepted by topic author Shabaneh

I have just found out how to do that and that by copying the configuration file to the build folder and from the application build properties choose advanced >> use custom configuration file, then add it to the build.

after that add the line UseXftFonts=FALSE.

0 Kudos
Message 2 of 3
(2,840 Views)
Solution
Accepted by topic author Shabaneh

I have just found out how to do that and that by copying the configuration file to the build folder and from the application build properties choose advanced >> use custom configuration file, then add it to the build.

after that add the line UseXftFonts=FALSE.


@Shabaneh wrote:

Hello all,

I understood that LabVIEW 2016 supports ttf fonts and in order to revert to bitmap fonts UseXftFonts=False must be added to labview configuration file, I did that and the project works fine with the bitmap fonts the problem is when I build an application and run it, it does not use bitmap fonts it uses ttf fonts again.

Is there another configuration file that I should modify?

Thanks in advance.

UsexftFonts.PNG

 



@Shabaneh wrote:

Hello all,

I understood that LabVIEW 2016 supports ttf fonts and in order to revert to bitmap fonts UseXftFonts=False must be added to labview configuration file, I did that and the project works fine with the bitmap fonts the problem is when I build an application and run it, it does not use bitmap fonts it uses ttf fonts again.

Is there another configuration file that I should modify?

Thanks in advance.

UsexftFonts.PNG

 


 

0 Kudos
Message 3 of 3
(2,840 Views)