Type alias LayoutInfo

LayoutInfo: {
    chars: CharLayoutInfo[];
    height: number;
    width: number;
}

Type declaration