mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |