pub fn print_string<S: AsRef<str>, P: Into<(u32, u32)>>(
    position: P,
    text: S,
    depth: u32
)