I am using an FontDialog to allow the user to select a font, How should it get the font Style form the selected Font.

Currently i am using

vb Code:
  1. Dim f As New FontDialog
  2. If f.ShowDialog = Windows.Forms.DialogResult.OK Then
  3. Me.Lbl.Text = f.Font.Style.ToString
  4. End If
which returns an Integer