Crate usvgr_text_layout
source ·Expand description
An SVG text layout implementation on top of [usvg
] crate.
Re-exports§
Structs§
- Fonts cache. Contains resolved font files from the
fontdb
database. Have no capacity option because there is no sense in clearing fonts cache, at least for fframes If font is used within one frame there is a high chance it will be used at some future frame as well. - Text layout cache. An lru cache strategy that holds an individual text node path group.
Traits§
- A
usvgr::Text
extension trait. - A
usvgr::Tree
extension trait.