Trait roarsvg::FontProvider

source ·
pub trait FontProvider {
    // Required method
    fn get_fontdb(self) -> Database;
}
Expand description

Marker trait that changes the behavior of write for LyonWriter and allows for writing text to the SVG.

Required Methods§

source

fn get_fontdb(self) -> Database

Implementations on Foreign Types§

source§

impl FontProvider for Database

source§

fn get_fontdb(self) -> Database

Implementors§