Struct amethyst_ui::FontAsset [] [src]

pub struct FontAsset(pub Font<'static>);

A loaded set of fonts from a file.

Trait Implementations

impl Asset for FontAsset
[src]

The Data type the asset can be created from.

The ECS storage type to be used. You'll want to use VecStorage in most cases.