diff options
author | Sven Gothel <[email protected]> | 2011-03-29 14:29:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-03-29 14:29:50 +0200 |
commit | 4ed4dc3847d8d53a3424011f3d56b00ef246a81e (patch) | |
tree | a086b3800ba824f71ffa76aa7a946aa81a90833c /src/com | |
parent | 2a3a260aece0060f5aa03d83a177d3f373664324 (diff) |
Refactor / Use font name as file path, if not a java font
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/jogamp/graph/curve/HwTextRenderer.java (renamed from src/com/jogamp/graph/curve/text/HwTextRenderer.java) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/jogamp/graph/curve/text/HwTextRenderer.java b/src/com/jogamp/graph/curve/HwTextRenderer.java index f30f42cc5..c5f11d522 100644 --- a/src/com/jogamp/graph/curve/text/HwTextRenderer.java +++ b/src/com/jogamp/graph/curve/HwTextRenderer.java @@ -25,7 +25,7 @@ * authors and should not be interpreted as representing official policies, either expressed * or implied, of JogAmp Community. */ -package com.jogamp.graph.curve.text; +package com.jogamp.graph.curve; import java.nio.FloatBuffer; import java.util.HashMap; @@ -43,7 +43,6 @@ import jogamp.graph.geom.plane.AffineTransform; import jogamp.graph.geom.plane.Path2D; import com.jogamp.common.util.ReflectionUtil; -import com.jogamp.graph.curve.Region; import com.jogamp.graph.font.Font; import com.jogamp.graph.font.FontFactory; import com.jogamp.graph.geom.Vertex; |