aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRami Santina <[email protected]>2011-03-28 10:08:12 +0300
committerRami Santina <[email protected]>2011-03-28 10:08:12 +0300
commit23646bedac2fe9ff27e35ac167e6872afb84fc50 (patch)
tree25364a6162167306044e0e36514d142618505e07 /src
parent929fc058c56781763c79015f4dbbf9e14dc808a2 (diff)
Fix: remove TTF imports
Diffstat (limited to 'src')
-rw-r--r--src/jogamp/graph/font/typecast/TypecastFont.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jogamp/graph/font/typecast/TypecastFont.java b/src/jogamp/graph/font/typecast/TypecastFont.java
index 1ac57c100..b95dccf21 100644
--- a/src/jogamp/graph/font/typecast/TypecastFont.java
+++ b/src/jogamp/graph/font/typecast/TypecastFont.java
@@ -32,8 +32,6 @@ import java.io.IOException;
import jogamp.graph.font.FontInt;
import jogamp.graph.font.JavaFontLoader;
-import jogamp.graph.font.ttf.TTFontGlyph;
-import jogamp.graph.font.ttf.TTFont.Metrics;
import jogamp.graph.geom.plane.AffineTransform;
import jogamp.graph.geom.plane.Path2D;
import net.java.dev.typecast.ot.OTFont;