Type Definition FontHandle
amethyst_ui
type FontHandle = Handle<FontAsset>;
A handle to font data stored with amethyst_assets.
amethyst_assets