You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect this to show a window with "Counter" centered at the top, and a left-aligned ezLabel below it in a different font.
No matter what font I set, the display does not change. label.setTextDatum seems to have no effect.
This source code confuses me:
...it looks like once I have a parent, all controls MUST be the same font, alignment, etc.
Looks like DrawString, etc., do the same, so the attributes of widgets aren't utilized.
I would really prefer to have a title a different font that the content. I may need different fonts for, example, a clock or meter with numeric-only fonts.
Is there some way for Widgets to use their own properties that I've overlooked?
The text was updated successfully, but these errors were encountered:
I am trying to set up a form with some different attributes. Nothing's working:
I expect this to show a window with "Counter" centered at the top, and a left-aligned ezLabel below it in a different font.
No matter what font I set, the display does not change.
label.setTextDatum
seems to have no effect.This source code confuses me:
...it looks like once I have a parent, all controls MUST be the same font, alignment, etc.
Looks like DrawString, etc., do the same, so the attributes of widgets aren't utilized.
I would really prefer to have a title a different font that the content. I may need different fonts for, example, a clock or meter with numeric-only fonts.
Is there some way for Widgets to use their own properties that I've overlooked?
The text was updated successfully, but these errors were encountered: