skia_safe/modules/shaper/
core_text.rs

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