[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.SetParagraphFontAtSelectionAsync

SetParagraphFontAtSelectionAsync Method

SetParagraphFontAtSelectionAsync(Font)

Sets the font for the paragraph at the current cursor position asynchronously.

Declaration
public Task SetParagraphFontAtSelectionAsync(Font font)
Public Function SetParagraphFontAtSelectionAsync(font As Font) As Task
Parameters
Type Name Description
Font font

A font object specifying the desired font for the current paragraph.

Returns
Type Description
Task