[]
Retrieves the current font information of the text at the cursor asynchronously.
public Task<Font> GetSelectionFontInfoAsync()
Public Function GetSelectionFontInfoAsync() As Task(Of Font)
| Type | Description |
|---|---|
| Task<Font> | The current Font object or null. |