aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-11-09 08:56:25 +0100
committerSven Gothel <[email protected]>2011-11-09 08:56:25 +0100
commit5c4d7dc34591230938ccb369b0857d648b42b8ed (patch)
tree9fd45fbc3d7e61a7774d0b5e700fa16b45baca92 /src
parente392af4430af6b7b6d7f30fcca2bf00081641fe1 (diff)
minor edit
Diffstat (limited to 'src')
-rw-r--r--src/jogl/classes/jogamp/graph/curve/text/GlyphString.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/jogamp/graph/curve/text/GlyphString.java b/src/jogl/classes/jogamp/graph/curve/text/GlyphString.java
index 2fa708404..bc9a93042 100644
--- a/src/jogl/classes/jogamp/graph/curve/text/GlyphString.java
+++ b/src/jogl/classes/jogamp/graph/curve/text/GlyphString.java
@@ -79,7 +79,7 @@ public class GlyphString {
* @param shape is not null, add all {@link GlyphShape}'s {@link Outline} to this instance.
* @param vertexFactory vertex impl factory {@link Factory}
* @param font the target {@link Font}
- * @param size font size
+ * @param fontSize font size
* @param str string text
* @return the created {@link GlyphString} instance
*/