diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-10-01 08:21:58 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-10-01 13:09:48 +0200 |
commit | 112d07027c4484dd571519911596d11eae897524 (patch) | |
tree | 0b33c5f4970ad3e2dced137581e3cf6d46931930 /vcl/inc/salgdi.hxx | |
parent | c107d08460938270cbc2a32a89d995fc0ae8ebea (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.hxx | 9 |
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; |