pl.wendigo.chrome.api.css / GetPlatformFontsForNodeResponse

GetPlatformFontsForNodeResponse

data class GetPlatformFontsForNodeResponse (source)

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.

Link
CSS#getPlatformFontsForNode method documentation.

See Also

CSSOperations.getPlatformFontsForNode

Constructors

<init>

GetPlatformFontsForNodeResponse(fonts: List<PlatformFontUsage>)

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.

Properties

fonts

val fonts: List<PlatformFontUsage>

Usage statistics for every employed platform font.