SetParagraphFontAtSelection Method
Sets the font for the paragraph at the current cursor position.
public void SetParagraphFontAtSelection(
System.Drawing.Font
)
'Declaration
Public Sub SetParagraphFontAtSelection( _
ByVal As System.Drawing.Font _
)
Parameters
- font
-
A font object specifying the desired font for the current paragraph.