990 B
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. |