Macro text_size

Source
macro_rules! text_size {
    ($selector:literal, $split:ident, $idx:literal, $output:ident) => { ... };
}