This commit is contained in:
Behdad Esfahbod 2012-08-28 19:08:22 -04:00
parent 52ff2681d8
commit af169d2813
1 changed files with 4 additions and 4 deletions

View 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;
};