struct Protocol::CSS::GetPlatformFontsForNode

Overview

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

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def fonts : Array(PlatformFontUsage) #

Usage statistics for every employed platform font.


[View source]