[][src]Trait piet::FontBuilder

pub trait FontBuilder {
    type Out: Font;
    fn build(self) -> Result<Self::Out, Error>;
}

Associated Types

type Out: Font

Loading content...

Required methods

fn build(self) -> Result<Self::Out, Error>

Loading content...

Implementors

Loading content...