Click or drag to resize

CSSClient.GetPlatformFontsForNodeAsync Method

Version 112.3.0
Requests information about platform fonts which we used to render child TextNodes in the given node.

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax
public Task<GetPlatformFontsForNodeResponse> GetPlatformFontsForNodeAsync(
	int nodeId
)

Parameters

nodeId
Type: System.Int32
nodeId

Return Value

Type: Task<GetPlatformFontsForNodeResponse>
returns System.Threading.Tasks.Task<GetPlatformFontsForNodeResponse>
See Also