diff options
Diffstat (limited to 'include/vcl/vcllayout.hxx')
-rw-r--r-- | include/vcl/vcllayout.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/vcl/vcllayout.hxx b/include/vcl/vcllayout.hxx index 3b6254869f1b..34acb2fe733e 100644 --- a/include/vcl/vcllayout.hxx +++ b/include/vcl/vcllayout.hxx @@ -24,13 +24,14 @@ #include <basegfx/polygon/b2dpolypolygon.hxx> #include <tools/gen.hxx> #include <tools/degree.hxx> + #include <vcl/devicecoordinate.hxx> #include <vcl/glyphitem.hxx> #include <vcl/dllapi.h> class LogicalFontInstance; namespace vcl::text { class ImplLayoutArgs; } -class PhysicalFontFace; +namespace vcl::font { class PhysicalFontFace; } class SalGraphics; class GlyphItem; @@ -93,7 +94,7 @@ public: // methods using glyph indexing virtual bool GetNextGlyph(const GlyphItem** pGlyph, Point& rPos, int& nStart, const LogicalFontInstance** ppGlyphFont = nullptr, - const PhysicalFontFace** pFallbackFont = nullptr) const = 0; + const vcl::font::PhysicalFontFace** pFallbackFont = nullptr) const = 0; virtual bool GetOutline(basegfx::B2DPolyPolygonVector&) const; bool GetBoundRect(tools::Rectangle&) const; |