MCPcopy
hub / github.com/vercel/satori / FontOptions

Interface FontOptions

src/font.ts:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const SUFFIX_WHEN_LANG_NOT_SET = 'unknown'
12
13export interface FontOptions {
14 data: Buffer | ArrayBuffer
15 name: string
16 weight?: Weight
17 style?: FontStyle
18 lang?: string
19}
20
21export type GlyphBox = {
22 x1: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…