summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-04-12 11:39:43 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-04-12 11:39:43 +0000
commit0496df726e8da0a6d237f180d633ced3dc90d23e (patch)
tree03a56d2e5514a70eb119dd5e056b4954eba86a33 /psprint
parente5f42224eb6bfe56a254445e1d01028de902fe09 (diff)
#98633# copy font weight in copyPrintFont
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontmanager/fontcache.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/psprint/source/fontmanager/fontcache.cxx b/psprint/source/fontmanager/fontcache.cxx
index 61485d262626..d4a5850bd66d 100644
--- a/psprint/source/fontmanager/fontcache.cxx
+++ b/psprint/source/fontmanager/fontcache.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontcache.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pl $ $Date: 2002-03-06 11:09:10 $
+ * last change: $Author: pl $ $Date: 2002-04-12 12:39:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -466,6 +466,7 @@ void FontCache::copyPrintFont( const PrintFontManager::PrintFont* pFrom, PrintFo
pTo->m_aAliases = pFrom->m_aAliases;
pTo->m_nPSName = pFrom->m_nPSName;
pTo->m_eItalic = pFrom->m_eItalic;
+ pTo->m_eWeight = pFrom->m_eWeight;
pTo->m_eWidth = pFrom->m_eWidth;
pTo->m_ePitch = pFrom->m_ePitch;
pTo->m_aEncoding = pFrom->m_aEncoding;