LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to build a font into a executable?

Hi All,

I'm using a font type which is usually not preinstalled on Windows 7.

Therefore, when I run the executable on an other PC, all Indicators have the default LV font.

Since I don't want to install my font on the customers PC ( because of Licensing, etc) my question is how can I build my font into the executable?

 

Stay Hungry, Stay Foolish
0 Kudos
Message 1 of 6
(2,949 Views)

Unfortunately, you can't.

 

With Windows (and most other OSs?) fonts are considered a system resource so if you want to use a font in an application you have to install it on the target computer along with your executable.

 

Why do you need to use a specific font?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 6
(2,913 Views)

The option is to export the texts as images and use those.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 6
(2,903 Views)

Hi,

 

if the desired font is installed on the target, you edit the xxx.ini for example by adding:
FPFont="Courier" 30
BDFont="Courier" 30
appFont="Courier" 30
dialogFont="Courier" 30
systemFont="Courier" 30

 


(font and size)

 

 

The font "Courier" must be installed on the target

0 Kudos
Message 4 of 6
(2,850 Views)

Better opt for times new roman. becasue you will not need something changed by customer.

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 5 of 6
(2,842 Views)

Thank you for all your comments.

I think I have to find a way to install it because all your software should look the same, with same font etc.

Next time I will fight for times new roman.

 

Stay Hungry, Stay Foolish
0 Kudos
Message 6 of 6
(2,804 Views)