Perform font matching from placefile

This commit is contained in:
Dan Paulat 2023-09-23 00:44:35 -05:00
parent 7edd512ff7
commit d1a478ad12
4 changed files with 106 additions and 3 deletions

View file

@ -22,6 +22,9 @@ void Shutdown();
int FontId(types::Font font);
std::shared_ptr<util::Font> Font(types::Font font);
void LoadFontResource(const std::string& family,
const std::vector<std::string>& styles,
units::font_size::points<double> size);
std::shared_ptr<boost::gil::rgba8_image_t>
LoadImageResource(const std::string& urlString);
std::vector<std::shared_ptr<boost::gil::rgba8_image_t>>