07-27-2017 10:29 AM
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.
Solved! Go to Solution.
07-28-2017 02:16 AM
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.
07-28-2017 02:17 AM
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.
@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.