CSSClientGetPlatformFontsForNodeAsync Method |
Version 130.1.90
Requests information about platform fonts which we used to render child TextNodes in the given
node.
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetPlatformFontsForNodeResponse> GetPlatformFontsForNodeAsync(
int nodeId
)
public:
Task<GetPlatformFontsForNodeResponse^>^ GetPlatformFontsForNodeAsync(
int nodeId
)
Parameters
- nodeId Int32
- nodeId
Return Value
TaskGetPlatformFontsForNodeResponsereturns System.Threading.Tasks.Task<GetPlatformFontsForNodeResponse>
See Also