summaryrefslogtreecommitdiff
path: root/vcl/headless/svptext.cxx
AgeCommit message (Expand)Author
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny
2022-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny
2022-04-10ofz#46587 Integer-overflowCaolán McNamara
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-10-04Add sal/config.h in preparation for patchChris Sherlock
2020-10-19use tools::Long in vclNoel
2020-05-24GetSysFontData is newly unusedCaolán McNamara
2019-08-23loplugin:returnconstval in vclNoel Grandin
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara
2018-08-16skip text layout when fuzzingCaolán McNamara
2018-07-26vcl cairo text renderer: support non-AA textMiklos Vajna
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny
2018-03-26replace SalColor with ColorNoel Grandin
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-12-10Use GlyphItem in more placesKhaled Hosny
2016-11-29Strip down GetEmbedFontData to what is really usedKhaled Hosny
2016-11-29SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny
2016-11-26ServerFontLayout is already goneKhaled Hosny
2016-10-30Rename ServerFont to FreetypeFontKhaled Hosny
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock
2016-01-04vcl: split classes out of metric.hxxChris Sherlock
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock
2015-11-23only one headless text renderer nowCaolán
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-06-11Cleanup crossplatform cairoMox Soini
2015-02-27seperate headless textrendering into its own classCaolán McNamara
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann