1use crate::Shaper;
2
3pub fn core_text() -> Option<Shaper> {
4 Shaper::new_core_text()
5}
6