[−][src]Type Definition amethyst_inspector::FontList
type FontList = HashMap<String, FontHandle>;
Add this as a resource and insert your handles into it to get a dropdown for FontHandle selection
type FontList = HashMap<String, FontHandle>;
Add this as a resource and insert your handles into it to get a dropdown for FontHandle selection