LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Russian fonts?

Hello everybody!

Is there any change to use russian fonts in Labview 7. I am using Windows XP+SP1. I know that it's possible, somehow, but not managed to solve problem yet.

Neuvos
0 Kudos
Message 1 of 4
(3,541 Views)
I have successfully used Russian Fonts in LV 7. There are two ways to go about this. The first way is to use an ini or config file to do the conversion for you. This way you can type russian into the file and read in the proper strings. The second way is to take the integer value of the character and type cast it to a string. You must have the russian font installed first before this will work. My example used the alphabet and converted it to Russian. I used the ER Univers 1251 font and used a for loop that will run 32 times and added the iteration terminal with the value of 192 for lower case and type cased each value into a string from an integer. For upper case letters add the iteration terminal with 224. This will display the Russian Alphabet. Hope this h
elps.
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
0 Kudos
Message 2 of 4
(3,541 Views)
I have successfully used Russian Fonts in LV 7. There are two ways to go about this. The first way is to use an ini or config file to do the conversion for you. This way you can type russian into the file and read in the proper strings. The second way is to take the integer value of the character and type cast it to a string. You must have the russian font installed first before this will work. My example used the alphabet and converted it to Russian. I used the ER Univers 1251 font and used a for loop that will run 32 times and added the iteration terminal with the value of 192 for lower case and type cased each value into a string from an integer. For upper case letters add the iteration terminal with 224. This will display the Russian Alphabet. Hope this h
elps.
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
0 Kudos
Message 3 of 4
(3,541 Views)
Thanks BJD I try this out.
0 Kudos
Message 4 of 4
(3,541 Views)