Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.CSS.PlatformFontUsage
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { PlatformFontUsage } = Protocol.CSS;

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

Properties

familyName: string

Font's family name reported by platform.

isCustomFont: boolean

Indicates if the font was downloaded or resolved locally.

glyphCount: number

Amount of glyphs that were rendered with this font.