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