From af169d2813ff8075288cd4a7811f0715e4fea3da Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 28 Aug 2012 19:08:22 -0400 Subject: [PATCH] Minor --- src/hb-icu-le/PortableFontInstance.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hb-icu-le/PortableFontInstance.h b/src/hb-icu-le/PortableFontInstance.h index a444772..4bfeb36 100644 --- a/src/hb-icu-le/PortableFontInstance.h +++ b/src/hb-icu-le/PortableFontInstance.h @@ -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; }; -- 2.7.4