Can I add custom fonts in Website Builder? #357
Replies: 2 comments
-
I asked chatGPT and this was the answer:
To change the font of a label in Eclipse WindowBuilder, you can follow these steps: 1 Open the WindowBuilder editor and select the label that you want to modify. Alternatively, you can also change the font of a label programmatically by calling the setFont() method on the label object. For example:
This sets the font of the myLabel object to "Arial", bold style, and size 14. |
Beta Was this translation helpful? Give feedback.
-
This software is not meant to design websites. This will not produce a website. However, if you click on lblNewLabel in the content pane, you can change the font in the properties. Please note that there is a different properties view from the one you are showing. You can press F1 to get to the documentation. |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm fairly new and currently working on this school project where we have to make a website. We are currently using Website Builder and i find the fonts available limited (my focus on this project is on the designing aspect)
Is it possible to add the custom fonts through the code? My knowledge right now is very limited, so I hope someone can help a newbie like me.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions