diff options
Diffstat (limited to 'vcl/inc/PhysicalFontFace.hxx')
-rw-r--r-- | vcl/inc/PhysicalFontFace.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/PhysicalFontFace.hxx b/vcl/inc/PhysicalFontFace.hxx index f4b1c1ada339..051ffcb6c288 100644 --- a/vcl/inc/PhysicalFontFace.hxx +++ b/vcl/inc/PhysicalFontFace.hxx @@ -78,7 +78,6 @@ public: int GetHeight() const { return mnHeight; } int GetWidth() const { return mnWidth; } virtual sal_IntPtr GetFontId() const = 0; - bool IsScalable() const { return (mnHeight == 0); } bool IsBetterMatch( const FontSelectPattern&, FontMatchStatus& ) const; sal_Int32 CompareWithSize( const PhysicalFontFace& ) const; |