diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-29 10:41:53 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-11-29 22:37:33 +0000 |
commit | 1ee56fc9f446bad5853b121a3c5b137c1d00bbf4 (patch) | |
tree | eae05c522a051bb0affcf031b439bd80326676ad /vcl/inc/salgdi.hxx | |
parent | bbda0736edb3c3c0e57e0d6abcd47accfbfe790f (diff) |
SalGraphics::GetFontEncodingVector() is a noop now
Change-Id: Id706fa242277a0ea7ba44f52eab4a56e404bd2fa
Reviewed-on: https://gerrit.libreoffice.org/31372
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'vcl/inc/salgdi.hxx')
-rw-r--r-- | vcl/inc/salgdi.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx index 71a8442f15ea..e7382be11429 100644 --- a/vcl/inc/salgdi.hxx +++ b/vcl/inc/salgdi.hxx @@ -172,18 +172,6 @@ public: int nGlyphs, FontSubsetInfo& rInfo ) = 0; - // GetFontEncodingVector: a method to get the encoding map Unicode - // to font encoded character; this is only used for type1 fonts and - // may return NULL in case of unknown encoding vector - // if ppNonEncoded is set and non encoded characters (that is type1 - // glyphs with only a name) exist it is set to the corresponding - // map for non encoded glyphs; the encoding vector contains -1 - // as encoding for these cases - virtual const Ucs2SIntMap* GetFontEncodingVector( - const PhysicalFontFace*, - const Ucs2OStrMap** ppNonEncoded, - std::set<sal_Unicode> const** ppPriority) = 0; - // GetEmbedFontData: gets the font data for a font marked // embeddable by GetDevFontList or NULL in case of error // parameters: pFont: describes the font in question |