[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.GetSelectionFontInfoAsync

GetSelectionFontInfoAsync Method

GetSelectionFontInfoAsync()

Retrieves the current font information of the text at the cursor asynchronously.

Declaration
public Task<Font> GetSelectionFontInfoAsync()
Public Function GetSelectionFontInfoAsync() As Task(Of Font)
Returns
Type Description
Task<Font>

The current Font object or null.