pub trait TreeTextToPath {
    fn convert_text(&mut self, fontdb: &Database, keep_named_groups: bool);
}
Expand description

A usvg::Tree extension trait.

Required Methods§

Converts text nodes into paths.

We have not pass Options::keep_named_groups again, since this method affects the tree structure.

Implementations on Foreign Types§

Implementors§