I am using a typeface within the DrawText method on a canvas.
I declare the typeface with "Dim tf As Typeface" and I use it in the DrawText call and it works, but I am getting a warning that Variable 'tf' was not initialized.
There is no "Initialize" method for a typeface. How can I get rid of the error message?
I declare the typeface with "Dim tf As Typeface" and I use it in the DrawText call and it works, but I am getting a warning that Variable 'tf' was not initialized.
There is no "Initialize" method for a typeface. How can I get rid of the error message?