reduce spacing between multiple lines

This commit is contained in:
ohyzha
2025-01-23 13:21:02 +02:00
parent 4832c3f6f2
commit 3a874f1ea6
3 changed files with 74 additions and 5 deletions

View File

@@ -108,7 +108,9 @@ namespace OpenVulkano
}
else if (i == 1)
{
t = new TextDrawable(msdfMetadataInfo, texts[j].second);
TextConfig cfg = texts[j].second;
cfg.minimalSpacingBetweenMultipleLines = false;
t = new TextDrawable(msdfMetadataInfo, cfg);
}
else if (i == 2)
{