Add global instance of font factory
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
namespace OpenVulkano::Scene
|
||||
{
|
||||
FontAtlasFactory FontAtlasFactory::INSTANCE = FontAtlasFactory(); // Global factory
|
||||
|
||||
FontAtlasFactory::FontIdentifier::FontIdentifier(const std::string& font_, const std::set<uint32_t>& charset,
|
||||
SubpixelLayout subpixelLayout_, float ptSize_,
|
||||
FontAtlasType atlasType_)
|
||||
|
||||
Reference in New Issue
Block a user