diff options
author | Khaled Hosny <khaled@aliftype.com> | 2023-02-08 21:57:07 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2023-02-09 18:22:41 +0000 |
commit | 182e85aef036f30e8c6f32de5516a0286aaf0320 (patch) | |
tree | b36f888fc19b984ec7dfba23097e6fcd6e4f8e39 /vcl/inc/font | |
parent | cbdcc18778f9736ca6f186e2bbb9f0db456b1cee (diff) |
vcl: GetGlyphOutlineUntransformed() always returns true now
Change-Id: I98eff6f138b57e249d8ce951c1b3747c773330ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146718
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'vcl/inc/font')
-rw-r--r-- | vcl/inc/font/LogicalFontInstance.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/font/LogicalFontInstance.hxx b/vcl/inc/font/LogicalFontInstance.hxx index c9e837d540f1..a5e8a6d3249e 100644 --- a/vcl/inc/font/LogicalFontInstance.hxx +++ b/vcl/inc/font/LogicalFontInstance.hxx @@ -103,7 +103,7 @@ public: // TODO: make data members private bool GetGlyphBoundRect(sal_GlyphId, tools::Rectangle&, bool) const; virtual bool GetGlyphOutline(sal_GlyphId, basegfx::B2DPolyPolygon&, bool) const = 0; - bool GetGlyphOutlineUntransformed(sal_GlyphId, basegfx::B2DPolyPolygon&) const; + basegfx::B2DPolyPolygon GetGlyphOutlineUntransformed(sal_GlyphId) const; sal_GlyphId GetGlyphIndex(uint32_t, uint32_t = 0) const; |