Get Platform Fonts For Node Response
data class GetPlatformFontsForNodeResponse(fonts: List<PlatformFontUsage>)
Content copied to clipboard
Represents response frame that is returned from CSS#getPlatformFontsForNode operation call. Requests information about platform fonts which we used to render child TextNodes in the given node.
See also
Constructors
GetPlatformFontsForNodeResponse
Link copied to clipboard
Properties
fonts
Link copied to clipboard
Sources
jvm source
Link copied to clipboard