diff options
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r-- | vcl/source/gdi/print.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index b741faab3c7e..12a0638ffb2c 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -1834,4 +1834,10 @@ void Printer::InitFont() const mbInitFont = false; } } + +void Printer::SetFontOrientation( ImplFontEntry* const pFontEntry ) const +{ + pFontEntry->mnOrientation = pFontEntry->maMetric.mnOrientation; +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |