puppeteer/new-docs/puppeteer.protocol.css.platformfontusage.md
2020-07-13 14:01:35 +01:00

990 B

Home > puppeteer > Protocol > CSS > PlatformFontUsage

Protocol.CSS.PlatformFontUsage interface

Information about amount of glyphs that were rendered with given font.

Signature:

export interface PlatformFontUsage 

Properties

Property Type Description
familyName string Font's family name reported by platform.
glyphCount number Amount of glyphs that were rendered with this font.
isCustomFont boolean Indicates if the font was downloaded or resolved locally.