<System.Runtime.InteropServices.DllImportAttribute("gdi32.dll")> Friend Shared Function SetMapMode(ByVal hdc As Integer, ByVal fnMapMode As Integer) As Integer End Function
を追加しまして、
Private Sub SetFont(ByVal control As IntPtr, ByVal fontFamily As String, ByVal fontSize As Integer)