Minor
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 28 Aug 2012 23:08:22 +0000 (19:08 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 28 Aug 2012 23:08:22 +0000 (19:08 -0400)
src/hb-icu-le/PortableFontInstance.h

index a444772..4bfeb36 100644 (file)
@@ -99,13 +99,13 @@ public:
 
     virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
 
-    float getXPixelsPerEm() const;
+    virtual float getXPixelsPerEm() const;
 
-    float getYPixelsPerEm() const;
+    virtual float getYPixelsPerEm() const;
 
-    float getScaleFactorX() const;
+    virtual float getScaleFactorX() const;
 
-    float getScaleFactorY() const;
+    virtual float getScaleFactorY() const;
 
 };