Text rendering
This commit is contained in:
@@ -12,8 +12,8 @@ struct FontAtlasBuildConfig
|
||||
{
|
||||
std::filesystem::path repoRoot;
|
||||
std::filesystem::path cacheRoot;
|
||||
double sizePixelsPerEm = 64.0;
|
||||
double pixelRange = 4.0;
|
||||
double sizePixelsPerEm = 128.0;
|
||||
double pixelRange = 8.0;
|
||||
std::string atlasType = "mtsdf";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user