Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.CSS.PlatformFontUsage
import { type Protocol } from "https://deno.land/x/pptr@1.2.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.