replaced advance sample median by maximum
[swftools.git] / lib / pdf / InfoOutputDev.h
index 699c4c7..07b2b67 100644 (file)
 #include "GHash.h"
 #endif
 
-struct AdvanceSample
-{
-    double advance;
-    struct AdvanceSample*next;
-};
-
 struct GlyphInfo
 {
     SplashPath*path;
@@ -56,9 +50,7 @@ struct GlyphInfo
     double advance;
     double x1,y1,x2,y2;
 
-    double estimateAdvance();
-
-    AdvanceSample*advance_samples;
+    double advance_max;
 };
 
 struct FontInfo