implement tight atlas packing

This commit is contained in:
ohyzha
2025-01-02 17:40:52 +02:00
parent 4f2db7891c
commit cfb613d6bb
2 changed files with 125 additions and 55 deletions

View File

@@ -12,7 +12,7 @@ namespace OpenVulkano::Scene
{
struct FontPixelSizeConfig
{
float size = 16.f;
float size = 24.f;
float dpi = 72.f;
bool isPixelSize = true;
};