summaryrefslogtreecommitdiff
path: root/vcl/inc/salgdi.hxx
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@aliftype.com>2022-10-01 08:21:58 +0200
committerخالد حسني <khaled@aliftype.com>2022-10-01 13:09:48 +0200
commit112d07027c4484dd571519911596d11eae897524 (patch)
tree0b33c5f4970ad3e2dced137581e3cf6d46931930 /vcl/inc/salgdi.hxx
parentc107d08460938270cbc2a32a89d995fc0ae8ebea (diff)
vcl: Use PhysicalFontFace::GetRawFontData() for font embedding
Change-Id: I6f7c4508f7cef022eaf65a998cb242078d3771c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140826 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'vcl/inc/salgdi.hxx')
-rw-r--r--vcl/inc/salgdi.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index acbfd1fa73e5..0b8952b74123 100644
--- a/vcl/inc/salgdi.hxx
+++ b/vcl/inc/salgdi.hxx
@@ -160,15 +160,6 @@ public:
const OUString& rFileURL,
const OUString& rFontName ) = 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
- // pDataLen: out parameter, contains the byte length of the returned buffer
- virtual const void* GetEmbedFontData(const vcl::font::PhysicalFontFace* pFont, tools::Long* pDataLen) = 0;
-
- // free the font data again
- virtual void FreeEmbedFontData( const void* pData, tools::Long nDataLen ) = 0;
-
virtual std::unique_ptr<GenericSalLayout>
GetTextLayout(int nFallbackLevel) = 0;
virtual void DrawTextLayout( const GenericSalLayout& ) = 0;
it/logerrit?h=distro/collabora/co-24.04&id=77902a3cb2ab3af542e62253cc9f4dc12e099293'>Fixing '....'Andrea Gelmini 2019-03-05Fix typoAndrea Gelmini 2017-09-06Improve error message on ssh login failure.Shinnok 2017-01-17tdf#105204 fix shellcheck warnings in logerritqarkai 2016-04-27logerrit: disarm the "resubmit" foot-gunMichael Stahl 2015-06-10add ./logerrit testfeatureBjoern Michaelsen 2014-10-05logerrit: Simplify SSH configMathieu Parent