UNPKG

@nrkn/text-layout

Version:

Wrapping and fitting styled runs of text

3 lines (2 loc) 167 B
import { AdjustedBlock, Block, MeasureRunBounds } from './types.js'; export declare const adjustBlock: (measure: MeasureRunBounds) => (block: Block) => AdjustedBlock;