(fontOpts: IFontOpts)
| 63 | } |
| 64 | |
| 65 | export function lineHeight(fontOpts: IFontOpts) { |
| 66 | return fontOpts.size * 1.2; |
| 67 | } |
| 68 | |
| 69 | export function mkTextBlock(args: ITextBlockArgs): ITextBlock { |
| 70 | let type = args.type ?? ( |
no outgoing calls
no test coverage detected