mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:00:05 +00:00
Perform font matching from placefile
This commit is contained in:
parent
7edd512ff7
commit
d1a478ad12
4 changed files with 106 additions and 3 deletions
|
|
@ -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>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue