mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +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,
|
lineBytes,
|
||||||
DDCToNDCWidth(a7),
|
DDCToNDCWidth(a7),
|
||||||
scale,
|
scale,
|
||||||
DDCToNDCWidth(a9),
|
DDCToNDCHeight(a9),
|
||||||
ConvertStringFlags(flags)
|
ConvertStringFlags(flags)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user