summaryrefslogtreecommitdiffstats
path: root/vcl/inc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-03-07 20:07:15 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-03-08 13:35:27 +0100
commit8da3cfcde0631a74d0446ce751c32ce8c895dc8b (patch)
tree700d35f132966431241099e4d2b42a6c7fae5848 /vcl/inc
parentembed also view-only fonts, but do not use them (diff)
downloadcore-8da3cfcde0631a74d0446ce751c32ce8c895dc8b.tar.gz
core-8da3cfcde0631a74d0446ce751c32ce8c895dc8b.zip
editable ttf fonts are usable for print&preview too
Since it's a less restrictive setting (fonts should usually have both bits set though). Change-Id: I83f740762698bd0a0f8fdee388a6e710cfd9d00a
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/fontmanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/fontmanager.hxx b/vcl/inc/vcl/fontmanager.hxx
index 94f905d58815..7490f018f174 100644
--- a/vcl/inc/vcl/fontmanager.hxx
+++ b/vcl/inc/vcl/fontmanager.hxx
@@ -479,10 +479,10 @@ public:
// getKernPairs method of PrinterGfx
const std::list< KernPair >& getKernPairs( fontID nFontID, bool bVertical = false ) const;
- // evaluates copyright flags for TrueType fonts
+ // evaluates copyright flags for TrueType fonts for printing/viewing
// type1 fonts do not have such a feature, so return for them is true
// returns true for builtin fonts (surprise!)
- bool isFontDownloadingAllowed( fontID nFont ) const;
+ bool isFontDownloadingAllowedForPrinting( fontID nFont ) const;
// helper for type 1 fonts
std::list< rtl::OString > getAdobeNameFromUnicode( sal_Unicode aChar ) const;