Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.CSS.PlatformFontUsage

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.CSS.PlatformFontUsage
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
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.