On Fri, 20 Dec 2024 22:23:11 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> Changed the StubTextLayout to use product PrismTextLayout with much > simplified glyph layout (via stubbed fonts). The new layout assumes all the > glyphs are squares of font size, while the bold type face produces wider > glyphs (by 1 pixel). The default font size has changed from 10 to 12 to make > it closer to win/linux. > > This brings the test environment closer to the product configuration and > expands the capabilities of our headless testing pipeline, which will be > useful for upcoming behavior tests. > > Existing tests have been adjusted/reworked mainly due to default font size > change. This pull request has now been integrated. Changeset: 91433775 Author: Andy Goryachev <ango...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/91433775e75c9c662774f28de5310eab7da0fe7e Stats: 1169 lines in 35 files changed: 680 ins; 281 del; 208 mod 8342565: [TestBug] StubTextLayout Reviewed-by: mhanl, kcr ------------- PR: https://git.openjdk.org/jfx/pull/1667