reduce spacing between multiple lines
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user