D
Danilo!
Hi to everyone.
I would like to know what happens if I assign a new font, based from an
original font with some modified attributes, to a label (e.g.) font.
I better explain with an example:
Label1.Font = new Font(Label1.Font, FontStyle.Italic)
In this case, the new font created needs to be disposed, early or late? And
when is better to dispose it, in the close event of the parent form,
perhaps?
Thank you.
Danilo!
I would like to know what happens if I assign a new font, based from an
original font with some modified attributes, to a label (e.g.) font.
I better explain with an example:
Label1.Font = new Font(Label1.Font, FontStyle.Italic)
In this case, the new font created needs to be disposed, early or late? And
when is better to dispose it, in the close event of the parent form,
perhaps?
Thank you.
Danilo!