LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can you embed fonts into a built application

Hi,
  
0 Kudos
Message 1 of 6
(3,595 Views)
Sorry,  Accidental post,  anyway.  I have a font on my build computer that I'd like to carry over to the target computers,  is there a way to embed a font in a built LabVIEW executable.
 
using:
LV8.2
0 Kudos
Message 2 of 6
(3,594 Views)
I believe you have to install it on the other computer as well, as the fonts are managed by the OS.

___________________
Try to take over the world!
0 Kudos
Message 3 of 6
(3,574 Views)
There's a discussion here about how to install fonts using the command line or scripts. Apparently, the poster got it to work with AutoIt. I've posted examples previously on using AutoIt from LabVIEW. So, perhaps you can just create a really small executable to perform the font installation and call it after the installer installs your app.
0 Kudos
Message 4 of 6
(3,571 Views)
Thanks for your reply, I'll check it out
0 Kudos
Message 5 of 6
(3,560 Views)
Simply storing a .ttf file in the windows font directory will install the
font, at least in win2000, but probably xp and vista as well. You might need
to restart though.

Regards,

Wiebe.


Message 6 of 6
(3,548 Views)