| CSSClientGetPlatformFontsForNodeAsync Method  | 
Version 90.6.50 
            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: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<GetPlatformFontsForNodeResponse> GetPlatformFontsForNodeAsync(
	int nodeId
)
public:
Task<GetPlatformFontsForNodeResponse^>^ GetPlatformFontsForNodeAsync(
	int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
 nodeId
Return Value
Type: 
TaskGetPlatformFontsForNodeResponsereturns System.Threading.Tasks.Task<GetPlatformFontsForNodeResponse>
 See Also
See Also