eclipse / nebula

Nebula Project
https://eclipse.org/nebula
Eclipse Public License 2.0
84 stars 98 forks source link

FontAwesome does not work on Linux #455

Closed vogella closed 7 months ago

vogella commented 2 years ago

The example code for the FontAwesome widget does not render well.

Label text = new Label(parent, SWT.NONE); text.setFont(FontAwesome.getFont()); text.setText(FontAwesome.code);

Look like the following:

image

lcaron commented 2 years ago

@vogella what OS & Graphic Toolkit do you use please ?

lcaron commented 2 years ago

@vogella what OS & Graphic Toolkit do you use please ?

vogella commented 2 years ago

Sorry for the late reply. I use latest official Ubuntu release, most of the time with Wayland

lcaron commented 2 years ago

No problem, I'll have a look.

wimjongman commented 11 months ago

Could this be related with #498

lcaron commented 8 months ago

@vogella can you please try ? Thank you

merks commented 7 months ago

I'll close it and assume it works. It can be reopened if that's not the case.