How do we setfont for dxvblib in C#?
All the only documentation I can find regarding font setting is in VB:
Dim tfont As StdFont
Set tfont = New StdFont
tfont.Bold = True
tfont.Size = 12
tfont.Name = "Arial"
ddsBack.SetFont tfont
But what about in C#?