import { IRect } from "../util/rects/IRect"; export interface ITextRect { readonly text: string; readonly rect: IRect; }