diff options
Diffstat (limited to 'vcl/unx/generic/print/genpspgraphics.cxx')
-rw-r--r-- | vcl/unx/generic/print/genpspgraphics.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/print/genpspgraphics.cxx b/vcl/unx/generic/print/genpspgraphics.cxx index ce29ecfeb51b..b1068082c26d 100644 --- a/vcl/unx/generic/print/genpspgraphics.cxx +++ b/vcl/unx/generic/print/genpspgraphics.cxx @@ -142,7 +142,7 @@ FontCharMapRef GenPspGraphics::GetFontCharMap() const if (!m_pFreetypeFont[0]) return nullptr; - return m_pFreetypeFont[0]->GetFreetypeFont().GetFontCharMap(); + return m_pFreetypeFont[0]->GetFontFace()->GetFontCharMap(); } bool GenPspGraphics::GetFontCapabilities(vcl::FontCapabilities &rFontCapabilities) const |