obj.FontBold doesn't work...
Here is the code, I want to make the font currently used bold/italic/underline when I press on obj_bold/obj_italic/obj_underline.
Public Class frm_main
Dim f1 As New System.Drawing.Font("Arial", 20)
Dim f2 As New System.Drawing.Font("comic sans ms", 19)...