From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting the font of an array of string controls.

I am trying to write a widget that allows text to be entered into a list in a variety of languages & their associated font types (i.e. Roman, Cyrillic, Chinese etc). The code is vastly simplified if I use an array of strings to hold all the entries. The problem is that I cannot seem to be able to set the font of a string array, either to the array or its elements. Am I missing something obvious? Can anyone help?

0 Kudos
Message 1 of 3
(2,419 Views)

Here is one way to access the font, however all elements in the array will share the same font. You cannot access each element individually.

Message Edited by AndrewAlford on 11-14-2006 10:56 AM

Andrew Alford
Production Test Engineering Technologist
Sustainable Energy Technologies
www.sustainableenergy.com
Message 2 of 3
(2,412 Views)
That was just what was needed, it worked a treat.  Many thanks.
0 Kudos
Message 3 of 3
(2,393 Views)