pub fn align(
buffer: &mut Buffer,
font_system: &mut FontSystem,
alignment: Alignment,
) -> SizeExpand description
Aligns the given [cosmic_text::Buffer] with the given [Alignment]
and returns its minimum [Size].
pub fn align(
buffer: &mut Buffer,
font_system: &mut FontSystem,
alignment: Alignment,
) -> SizeAligns the given [cosmic_text::Buffer] with the given [Alignment]
and returns its minimum [Size].