RFR: 8319844 : Text/TextFlow.hitTest() is incorrect in RTL orientation [v3]
Karthik P K
kpk at openjdk.org
Tue Jan 16 10:39:51 UTC 2024
On Fri, 12 Jan 2024 15:50:24 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Are you suggesting to pass boolean as parameter in addition to textRunStart and curRunStart? If that is the case then yes I think it would be better.
>
> that's right, something like this:
>
>
> public Hit getHitInfo(float x, float y, String text, int textRunStart, int curRunStart, boolean forTextFlow);
Added boolean parameter
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1323#discussion_r1453231450
More information about the openjfx-dev
mailing list