diff options
author | Sven Gothel <[email protected]> | 2023-03-22 16:59:15 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-22 16:59:15 +0100 |
commit | 9e4d575d7f7a9817cf11fa4e33504a379d271a21 (patch) | |
tree | 5f57f405d705329a30442d98f1248bd59dc881f7 /src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java | |
parent | a5d593478afa2298282a0624b2490fde84c3a292 (diff) |
Graph: Remove OutlineShape.Visitor* as being replaced by Font.GlyphVisitor
(We may ressurect them if needed for a future use case)
Diffstat (limited to 'src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java')
-rw-r--r-- | src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java b/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java index aa756582a..6797a266c 100644 --- a/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java +++ b/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java @@ -124,7 +124,7 @@ public abstract class GLRegion extends Region { /**
* Create a GLRegion using the passed render mode and pre-calculating its buffer sizes
- * using given font's {@link Font#processString(com.jogamp.graph.curve.OutlineShape.Visitor2, CharSequence)}
+ * using given font's {@link Font#processString(com.jogamp.graph.font.Font.GlyphVisitor2, CharSequence)}
* to {@link #countOutlineShape(OutlineShape, int[])}.
*
* <p> In case {@link Region#VBAA_RENDERING_BIT} is being requested the default texture unit
|