diff options
author | Sven Gothel <[email protected]> | 2023-02-15 04:17:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-02-15 04:17:41 +0100 |
commit | 91f5d1019c59f56654f40ce18d70d15117b7f302 (patch) | |
tree | ffb2716314cd24e546912a79e1ebd3dde8a77a1e /src/jogl/classes/com/jogamp/graph/font/FontSet.java | |
parent | 250832f581d8acccf0b62259e2ec08adb259be0e (diff) |
Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processString(..) to Font, cleaning up ..
Further having Font.processString() return the AABBox of the whole string's 'laidout' OutlineShapes,
which is used for (debug) Font.getPointsBounds2(..) just to validate the coordinated with
the Glyph based AABBox of Font.getPointsBounds(..).
Static TextRegionUtil.drawString(..) no more require to pass the temp AffineTransform instances (ugly).
Diffstat (limited to 'src/jogl/classes/com/jogamp/graph/font/FontSet.java')
-rw-r--r-- | src/jogl/classes/com/jogamp/graph/font/FontSet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/graph/font/FontSet.java b/src/jogl/classes/com/jogamp/graph/font/FontSet.java index 60a16b241..607aab433 100644 --- a/src/jogl/classes/com/jogamp/graph/font/FontSet.java +++ b/src/jogl/classes/com/jogamp/graph/font/FontSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2011 JogAmp Community. All rights reserved. + * Copyright 2010-2023 JogAmp Community. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: |