From 59aa8737528743b83cf56b804c9d713bc325c97c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 5 May 2011 13:07:42 +0200 Subject: Merging OutlineShape.VerticesState enum type (John Pritchard https://github.com/syntelos/jogl/commit/05a7ec92d30e1e688b1eb7cc317cad83a0e8fd60#L0R59) --- src/jogl/classes/jogamp/graph/curve/text/GlyphShape.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jogl/classes/jogamp') diff --git a/src/jogl/classes/jogamp/graph/curve/text/GlyphShape.java b/src/jogl/classes/jogamp/graph/curve/text/GlyphShape.java index 91a7e4246..433019361 100644 --- a/src/jogl/classes/jogamp/graph/curve/text/GlyphShape.java +++ b/src/jogl/classes/jogamp/graph/curve/text/GlyphShape.java @@ -67,7 +67,7 @@ public class GlyphShape { pathIterator.next(); } } - shape.transformOutlines(OutlineShape.QUADRATIC_NURBS); + shape.transformOutlines(OutlineShape.VerticesState.QUADRATIC_NURBS); } public final Vertex.Factory vertexFactory() { return shape.vertexFactory(); } -- cgit v1.2.3