UNPKG

@nrkn/text-layout

Version:

Wrapping and fitting styled runs of text

4 lines (3 loc) 254 B
import { Align, DrawRun, WrappedBlock } from './types.js'; export declare const drawBlock: (drawRun: DrawRun) => (block: WrappedBlock, x?: number, y?: number) => void; export declare const drawRunAligned: (baseDrawRun: DrawRun, align: Align) => DrawRun;