[][src]Trait hiero_pack::AtlasBuilder

pub trait AtlasBuilder: Sized {
    type AtlasType;
    fn with_font_file(self, font: String) -> Result<Self, &'static str>;
fn with_pages(self, pages: Vec<Vec<u8>>) -> Self;
fn build(self) -> Self::AtlasType; }

Associated Types

Loading content...

Required methods

fn with_font_file(self, font: String) -> Result<Self, &'static str>

fn with_pages(self, pages: Vec<Vec<u8>>) -> Self

fn build(self) -> Self::AtlasType

Loading content...

Implementors

impl AtlasBuilder for HieroIncomplete<HieroAtlas>[src]

type AtlasType = HieroAtlas

Loading content...