skia_safe/modules/shaper/
core_text.rs

1
2
3
4
5
use crate::Shaper;

pub fn core_text() -> Option<Shaper> {
    Shaper::new_core_text()
}