diff options
author | Sven Gothel <[email protected]> | 2023-04-18 08:24:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-04-18 08:24:53 +0200 |
commit | 73bd9a33835b37b542765198f59a105431569fa7 (patch) | |
tree | 25775f823911f23cd309566a8025a27f0f15cde7 /src/test/com | |
parent | 70d2b056e69562e83156d0435208be8124f2ff86 (diff) |
GraphUI Test: Have TestTextRendererNEWT21's FontViewListener01 use 8mm/cell to match old screenshots for regression test.
No rendering regressions w/ last Graph changes found.
Diffstat (limited to 'src/test/com')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java b/src/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java index e18649cfa..538c07967 100644 --- a/src/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java +++ b/src/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java @@ -47,7 +47,7 @@ import com.jogamp.opengl.math.geom.AABBox; * Glyph Grid using GraphUI */ public class FontViewListener01 implements GLEventListener { - private static final float mmPerCell = 10f; + private static final float mmPerCell = 8.0f; private final int renderModes; private final int startGlyphID; private final Font font; |