UNPKG

@minofrk/xelto-diagram-canvas

Version:

An implementation of <xelto-diagram> in TypeScript.

10 lines (9 loc) 321 B
import { Brush, LeftTopAlignedArea } from '../../types'; export declare function fillText({ value, color, rotate, virtualArea, virtualFontSize, fontFamily, }: { value: string; color: string; rotate: number; virtualArea: LeftTopAlignedArea; virtualFontSize: number; fontFamily?: string; }): Brush;