summaryrefslogtreecommitdiff
path: root/vcl/inc/textrender.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-07-03Rename ImplFontMetricData -> FontMetricDataKhaled Hosny1-2/+2
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny1-3/+0
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny1-7/+0
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny1-1/+0
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny1-5/+0
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock1-2/+2
2021-10-05tdf#143148 - Use pragma once instead of include guardsChris Sherlock1-4/+1
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock1-4/+4
2021-10-04Add sal/config.h in preparation for patchChris Sherlock1-0/+2
2020-12-14Bin a few unused forward declarationsTor Lillqvist1-1/+0
2020-10-19use tools::Long in vclNoel1-2/+2
2020-05-24GetSysFontData is newly unusedCaolán McNamara1-5/+0
2019-11-19tdf#128434 correctly release fonts in destructorsJan-Marek Glogowski1-0/+2
2019-08-23loplugin:returnconstval in vclNoel Grandin1-1/+1
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski1-2/+2
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski1-2/+0
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara1-1/+1
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara1-1/+1
2018-07-26vcl cairo text renderer: support non-AA textMiklos Vajna1-1/+1
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny1-1/+1
2018-03-26replace SalColor with ColorNoel Grandin1-1/+1
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-1/+2
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2016-12-10Use GlyphItem in more placesKhaled Hosny1-2/+2
2016-11-29Strip down GetEmbedFontData to what is really usedKhaled Hosny1-8/+1
2016-11-29SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny1-1/+0
2016-11-26ServerFontLayout is already goneKhaled Hosny1-1/+1
2016-10-30Rename ServerFont to FreetypeFontKhaled Hosny1-1/+1
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain1-2/+1
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara1-2/+2
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-1/+1
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin1-1/+1
2016-01-27vcl: remove extraneous included headers in textrender.hxxChris Sherlock1-6/+1
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-1/+0
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-1/+1
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-1/+2
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock1-1/+1
2016-01-04Remove unused forward declarationsTor Lillqvist1-3/+0
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock1-1/+1
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock1-1/+1
2015-12-24loplugin:unnecessaryvirtualNoel Grandin1-2/+0
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-1/+1
2015-06-11Cleanup crossplatform cairoMox Soini1-0/+3
2015-03-03render text with cairo under gtk3, not headless solutionCaolán McNamara1-1/+3
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara1-2/+2
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl1-1/+1
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara1-0/+1
2015-01-10vcl: cleanup textrender.hxxChris Sherlock1-33/+38
2014-11-14Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descen...Jan Holesovsky1-2/+5