Integrated: 8307363: TextFlow.underlineShape()
Andy Goryachev
angorya at openjdk.org
Thu May 11 21:25:44 UTC 2023
On Thu, 4 May 2023 18:50:35 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Adding TextFlow.underlineShape() to add support for a spellchecker-like decoration, using
>
> getRange(start, end, TextLayout.TYPE_UNDERLINE);
>
>
> which mirrors an existing method in Text with exactly the same signature.
This pull request has now been integrated.
Changeset: 604fc262
Author: Andy Goryachev <angorya at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/604fc26219a10114c22aea5062bad228a34dc7c0
Stats: 147 lines in 3 files changed: 136 ins; 5 del; 6 mod
8307363: TextFlow.underlineShape()
Reviewed-by: prr, kcr
-------------
PR: https://git.openjdk.org/jfx/pull/1127
More information about the openjfx-dev
mailing list