Function banscii_assistant_core::layout

source ยท
pub fn layout<F, SF>(
    font: SF,
    position: Point,
    text: &str,
    target: &mut Vec<Glyph>,
)
where F: Font, SF: ScaleFont<F>,