Load placefile icons into texture atlas cache

This commit is contained in:
Dan Paulat 2023-07-30 00:40:05 -05:00
parent 1f2d5227c4
commit 0f9fbdbf63
12 changed files with 237 additions and 44 deletions

View file

@ -109,6 +109,8 @@ public:
*/
std::vector<std::shared_ptr<DrawItem>> GetDrawItems();
std::vector<std::shared_ptr<const IconFile>> icon_files();
std::string name() const;
std::string title() const;
std::unordered_map<std::size_t, std::shared_ptr<Font>> fonts();