Hi, I have a
string control with a fixed size and I need to change the font size to maximize the use of the control area. The idea is to know the perfect font size for any given string control size. ¿How can I do that in
LabVIEW 7.1? The string may have any number of characters, but not more than 50, and it may be splitted in 2 or more rows.
I tried calculating the
string control area and comparing with font areas using a
loop, increasing size in each iteration, but it doesn't seem a good solution, it is too slow and the result is never perfect. ¿Any better ideas?
I need also to know if it is possible to change control labels inside an
array without changing all of them.
Thank you
🙂
Kindest regards,
Néstor
LabVIEW 2022 + DIAdem 2020 + Windows 11