[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.SetFontAtSelectionAsync

SetFontAtSelectionAsync Method

SetFontAtSelectionAsync(Font)

Set the font for the selected text.

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

A font object specifying the desired font for the selected text asynchronously.

Returns
Type Description
Task