summaryrefslogtreecommitdiff
path: root/vcl/inc/textrender.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-26 21:11:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-27 10:45:20 +0000
commitdbf15c904425a4358b3c930ddff4c01982138ef6 (patch)
tree57de99f5646b5f1a62b9e053640551898d562773 /vcl/inc/textrender.hxx
parent7f0dcdfd22f90e2697d8858558b66174bd64ae34 (diff)
add a length arg to GetEmbedFontData
for the cases where we don't want the full result and mark some ultra-dubious code with a TODO Change-Id: I7cf57b8d44bbad2a6db86a8b862a757ae5062c50 Reviewed-on: https://gerrit.libreoffice.org/14189 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/textrender.hxx')
-rw-r--r--vcl/inc/textrender.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx
index bdb55bdfb486..4a635c5d1543 100644
--- a/vcl/inc/textrender.hxx
+++ b/vcl/inc/textrender.hxx
@@ -64,6 +64,7 @@ public:
const PhysicalFontFace*,
const sal_Ucs* pUnicodes,
sal_Int32* pWidths,
+ size_t nLen,
FontSubsetInfo& rInfo,
long* pDataLen ) = 0;