Variable FONT_OPTIONSConst

FONT_OPTIONS: ReadonlyArray<{ label: string; value: string }> = ...

Font stacks a host can offer. Values are real CSS stacks, so a drawing's text.fontFamily needs no translation before it reaches ctx.font; a host may still accept any stack the user types.