chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / GetPlatformFontsForNodeResponse

GetPlatformFontsForNodeResponse

data class GetPlatformFontsForNodeResponse

Response type for the CSSDomain.getPlatformFontsForNode command.

Constructors

<init>

Response type for the CSSDomain.getPlatformFontsForNode command.

GetPlatformFontsForNodeResponse(fonts: List<PlatformFontUsage>)

Properties

fonts

Usage statistics for every employed platform font.

val fonts: List<PlatformFontUsage>