On Thu, 17 Sep 2026 21:27:44 GMT, Phil Race <[email protected]> wrote:
> This test used to fail on macOS because the core text path was used for > layout and it always applied fractional metrics > > On Linux the problem is that for visual bounds we use FT_Outline_Get_BBox() > which operates in fixed point, whereas when obtaining the bounds from a > GeneralPath (ie TextLayout.getOutline(), Java 2D uses double precision. > Allowing 1/32 pixel rounding error seems like a reasonable course of action. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Marked as reviewed by jdv (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/32931#pullrequestreview-5247178304
