From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, 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: 

Blurred text in icons

Solved!
Go to solution

Hello everyone, 

when I write text into icons (almost in every icons), the text appears as blurred, not sharp. There's a kind of shade.

Since the text is minuscle, the final result is not clearly readable.

I tried many fonts but the result is the same.

Does anybody know why and how to make clear text to appear ?

 

 





0 Kudos
Message 1 of 37
(10,284 Views)
Solution
Accepted by topic author Runawaycode

Try the standard font. Even with size 8 i have no problem with any shades:

icon.PNG

I also tried some different fonts, the size for the different fonts need be higher. Otherwise it will produc shades like your example.

When you want to use lucida console as in your example the size needs to be atleast 9 to be shown perfectly.

 

Koen

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
Message 2 of 37
(10,279 Views)

Hi Koen, and thanks for your attention.

Small Font looks sharp in my editor too, and I am ok just with it.

Anyway, Lucida Console still appears blurred at bigger size.

One should not really need different fonts as the characters are very small.

 





0 Kudos
Message 3 of 37
(10,272 Views)

Hi Runawaycode,

 

do you know the difference of bitmapped and TrueType fonts?

SmallFont belongs to the first group while Lucida is from 2nd kind...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 37
(10,265 Views)

Hi GerdW,

I'm using Windows7 and only in this case the problem appears. Not in WinXP.

In the Windows7 I cannot find the usual font I knew, and the distinction between Truetype or not is not reported anymore.

In XP every font was reasonably well displayed.





0 Kudos
Message 5 of 37
(10,262 Views)

Use glyphs, not text.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 6 of 37
(10,242 Views)

@paul_cardinale wrote:

Use glyphs, not text.


Curious as to why you recommended this.  Is it because glyphs are bitmaps?  Or are you just repeating the LV mantra about using graphics instead of text for your icons?  (It's not meant as a dig, because I use glyphs when practical.)

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 7 of 37
(10,224 Views)

This has nothing to do with truetype or font. The "blurring" is due to your windows ClearType settings. and makes it look smoother at the native resolution because it takes advantage of the RGB pixel arrangement of your monitor. See here for details. Of course it will look blurred on the magnified icon but it actually looks better in the correctly sized preview at the bottom (you have 3x the horizontal precision!)

0 Kudos
Message 8 of 37
(10,213 Views)

Altenabch has a point here.

It is something related to Clear Type optimisation, I'm using a laptop BTW.

But unfortunately the final result in the small icon is as blurred as in the drawing area.

It seems that the editor draws the characters in the bitmap area of the icon editor, and from that point the icon is just a bitmap, forgetting whatevet picture optimisation (Clear Type) might have been done.

Anyway, as already said, I'm fine with just one font (Small Font). I don't really have the need to play with fancy fonts :).

 

 

 

LabviewIsBetter.PNG





0 Kudos
Message 9 of 37
(10,173 Views)

I hate text icons.  The text is hard to read, and unless you look very closely at the BD, the sub-VIs are hard to distinguish from on another.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 10 of 37
(10,138 Views)