[][src]Trait piet_common::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...

Implementations on Foreign Types

impl<'a> FontBuilder for D2DFontBuilder<'a>[src]

Loading content...

Implementors

Loading content...