Code

Removed duplication of menu items.
[inkscape.git] / src / libnrtype / RasterFont.h
index 10de23d1b215f2fedf77c91f7e65d5b588351735..015121b421df838dac2cfd9232dcc3961d49c833 100644 (file)
@@ -30,13 +30,13 @@ public:
     raster_glyph**                bases;
 
     explicit raster_font(font_style const &fstyle);
-    ~raster_font(void);
+    virtual ~raster_font(void);
    
     void                          Unref(void);
     void                          Ref(void);
 
                // utility functions
-    NR::Point      Advance(int glyph_id);
+    Geom::Point      Advance(int glyph_id);
     void           BBox(int glyph_id,NRRect *area);         
 
                // attempts to load a glyph and return a raster_glyph on which you can call Blit