pl.wendigo.chrome.domain.css / GetPlatformFontsForNodeResponse

GetPlatformFontsForNodeResponse

data class GetPlatformFontsForNodeResponse (source)

Represents response frame for CSS.getPlatformFontsForNode method call.

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

Constructors

<init>

GetPlatformFontsForNodeResponse(fonts: List<PlatformFontUsage>)

Represents response frame for CSS.getPlatformFontsForNode method call.

Properties

fonts

val fonts: List<PlatformFontUsage>

Usage statistics for every employed platform font.