Click or drag to resize

CSSClientGetPlatformFontsForNodeAsync Method

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

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

Parameters

nodeId
Type: SystemInt32
nodeId

Return Value

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