LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

block diagram font mysteriously larger now

For years I've had  no problem but now whenever I add things to a block diagram the label font is huge - see attach. I added "Array" to an older vi.  I can resize it back to 13 but it's a pain to have to do that every time. I would like it to default to 13, but it seems to now have a much larger default that I can't change. Under Tools>Options>Fonts>Application font, I have "use default font" checked. When I uncheck that and look at what it's set to, it's 13, which is what I want.

How can I regain my original font 13 default?

0 Kudos
Message 1 of 10
(6,503 Views)

Check your Labview.ini file. In mine (7.1) it says

BDFont="2" 13

 

Felix

Message 2 of 10
(6,494 Views)
Well, my .ini file had BDFont="0" 24, so I changed it to BDFont="2" 13. I closed & re-opened LV 8.5 and added a text, and it was the same large size. No change. I went back and checked my .ini file and it changed itself back to BDFont="0" 24.
0 Kudos
Message 3 of 10
(6,480 Views)

wb2nvy wrote:
Well, my .ini file had BDFont="0" 24, so I changed it to BDFont="2" 13. I closed & re-opened LV 8.5 and added a text, and it was the same large size. No change. I went back and checked my .ini file and it changed itself back to BDFont="0" 24.

 

It sounds like you editted the ini file while LV wasa open. If so try it again with VL closed.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 4 of 10
(6,477 Views)

That worked. Thank you both. Now can someone explain why I can't set the default fonts from the Tools>Options>Fonts box?

0 Kudos
Message 5 of 10
(6,467 Views)

Do you know what controls the size of the font used for property nodes?  I opened one of my old VIs and the property node fond looks 18 or 24.  Tried to play with BDFont but seemed to have no effect of the size of the font for items listed in the property nodes.

 

Thanks in advance,

 

Matt

 

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 6 of 10
(6,338 Views)

mfitzsimons,

 

Hello!

 

Checkout the LabVIEW configuration file/Fonts on the LabVIEW Wiki.

 

I used appFont to change the font on the property nodes. For Comic Value, test it at appFont = "0" 72 B.

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Ben Sisney
FlexRIO V&V Engineer
National Instruments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Message 7 of 10
(6,310 Views)

Yes, seems to work and control the size of font used to display property nodes.

 

Thanks!

 

Smiley Very Happy

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 8 of 10
(6,283 Views)

On a side note regarding fonts: If you have ever made an EXE and the fonts on the EXE were smaller (or larger, different, etc) than the fonts you used in development mode, then the mentioned ini file font thing is the remedy. You have to edit the ini that is made (or carried over) when LV makes an EXE.

 

Richard






Message 9 of 10
(6,263 Views)

Thanks all!  Seriously good information that you won't find in the manual.  Been struggling with big fonts messing up my diagram for a few months especially when I imported old code.  Now all is good and appreciate the bit of knowledge.  I was expecting something simple like in the options to set the font size on the block diagram.  Silly me.

 

 

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 10 of 10
(6,243 Views)