Author Topic: InForm -- change default font  (Read 3517 times)

0 Members and 1 Guest are viewing this topic.

Offline GTC

  • Newbie
  • Posts: 49
  • Programmer's motto: *This* time it will work.
InForm -- change default font
« on: May 18, 2019, 10:31:55 am »
Is there a way to (permanently) change the default font from Segoe UI 12?

FellippeHeitor

  • Guest
Re: InForm -- change default font
« Reply #1 on: May 18, 2019, 11:31:51 am »
Yes. I'll elaborate on my next post.

Marked as best answer by GTC on May 18, 2019, 07:44:10 pm

FellippeHeitor

  • Guest
Re: InForm -- change default font
« Reply #2 on: May 18, 2019, 11:43:49 am »
New controls created on a form will always inherit the form's font (also the colors you may have set). So, if you want all new controls to be created with a different font, start your project by changing the form's font to one of your liking.

If you are already designing a form and want all new controls to be created with a different font, do the same: change the form's font. All new controls will inherit that new font from that point on.

Now, to have forms automatically start with another font, I must add that option to a future release. Thanks for the suggestion.