summaryrefslogtreecommitdiff
path: root/vcl/inc/sft.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/sft.hxx')
-rw-r--r--vcl/inc/sft.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx
index 52d9c3db014d..b5fc71b44530 100644
--- a/vcl/inc/sft.hxx
+++ b/vcl/inc/sft.hxx
@@ -611,17 +611,7 @@ class TrueTypeFont;
std::vector<sal_uInt8>& rOutBuffer,
const sal_GlyphId* pGlyphIds,
const sal_uInt8* pEncoding,
- int nGlyphCount);
-
- VCL_DLLPUBLIC bool CreateCFFfontSubset(const unsigned char* pFontBytes,
- int nByteLength,
- std::vector<sal_uInt8>& rOutBuffer,
- const sal_GlyphId* pGlyphIds,
- const sal_uInt8* pEncoding,
int nGlyphCount, FontSubsetInfo& rInfo);
-
- VCL_DLLPUBLIC void FillFontSubsetInfo(AbstractTrueTypeFont *ttf,
- FontSubsetInfo& rInfo);
/**
* Generates a new PostScript Type42 font and dumps it to <b>outf</b> file.
* This function substitutes glyph 0 for all glyphIDs that are not found in the font.