| 11 | const SUFFIX_WHEN_LANG_NOT_SET = 'unknown' |
| 12 | |
| 13 | export interface FontOptions { |
| 14 | data: Buffer | ArrayBuffer |
| 15 | name: string |
| 16 | weight?: Weight |
| 17 | style?: FontStyle |
| 18 | lang?: string |
| 19 | } |
| 20 | |
| 21 | export type GlyphBox = { |
| 22 | x1: number |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…