fix(gx): fix incorrect coordinate conversion for spacing in TextBlockGetMaxCharsWithinWidthAndHeight

This commit is contained in:
fallenoak 2025-10-06 12:44:25 -05:00
parent c1d9eb5f72
commit 9c6e52fcc3
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -925,7 +925,7 @@ uint32_t TextBlockGetMaxCharsWithinWidthAndHeight(HTEXTFONT fontHandle, const ch
lineBytes,
DDCToNDCWidth(a7),
scale,
DDCToNDCWidth(a9),
DDCToNDCHeight(a9),
ConvertStringFlags(flags)
);
}