mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Minor
This commit is contained in:
parent
52ff2681d8
commit
af169d2813
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue