Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.CSS.PlatformFontUsage
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { PlatformFontUsage } = default.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.