mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
fix(gx): fix incorrect coordinate conversion for spacing in TextBlockGetMaxCharsWithinWidthAndHeight
This commit is contained in:
parent
c1d9eb5f72
commit
9c6e52fcc3
@ -925,7 +925,7 @@ uint32_t TextBlockGetMaxCharsWithinWidthAndHeight(HTEXTFONT fontHandle, const ch
|
||||
lineBytes,
|
||||
DDCToNDCWidth(a7),
|
||||
scale,
|
||||
DDCToNDCWidth(a9),
|
||||
DDCToNDCHeight(a9),
|
||||
ConvertStringFlags(flags)
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user