summaryrefslogtreecommitdiff
path: root/vcl/source/font/PhysicalFontFace.cxx
AgeCommit message (Expand)Author
2022-12-06Simplify PhysicalFontFace::CreateFontSubset() a bitKhaled Hosny
2022-12-06tdf#113048: Fix PDF ascender and descender of some fontsKhaled Hosny
2022-11-21vcl: fix accessing color font colorsKhaled Hosny
2022-11-21remove FontAttributes::meCharSetCaolán McNamara
2022-11-21be more specific on what "Symbol" isCaolán McNamara
2022-11-21stop setting OpenSymbol as a "Symbol" fontCaolán McNamara
2022-11-20vcl: fix artificial bold and italic on WindowsKhaled Hosny
2022-11-19vcl: use std::optional in PhysicalFontFaceKhaled Hosny
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara
2022-11-11Drop a counterproductive top-level constStephan Bergmann
2022-10-01Unused constantsKhaled Hosny
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny
2022-10-01vcl: Use a hb_face_t wrapper in TrueTypeFaceKhaled Hosny
2022-10-01vcl: Move TrueTypeFace where it is usedKhaled Hosny
2022-09-23vcl: Use glyph names from the font in Type 3 fontsKhaled Hosny
2022-09-23vcl: tdf#121327 PDF export for bitmap color fontsKhaled Hosny
2022-09-20vcl: tdf#138325 pass PostScript name down to CreateCFFfontSubset()Khaled Hosny
2022-09-20vcl: Add PhysicalFontFace::GetName()Khaled Hosny
2022-09-19vcl: Add PhysicalFontFace API to get color layersKhaled Hosny
2022-09-19vcl: Don’t use temporary files for CreateFontSubset()Khaled Hosny
2022-09-13vcl: Simplify calling FillFontSubsetInfo()Khaled Hosny
2022-09-13vcl: Move subsetting helper functions to sft.cxxKhaled Hosny
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny
2022-09-11vcl: Add PhysicalFontFace::GetRawFontData()Khaled Hosny
2022-09-10vcl: Use vector instead of array for FontCharMap rangesKhaled Hosny
2022-09-09ofz: Undefined-shiftCaolán McNamara
2022-09-08vcl: Drop CmapResult indirectionKhaled Hosny
2022-09-08vcl: Get FontCharMap from HarfBuzzKhaled Hosny
2022-09-06Missing initialization of PhysicalFontFace::mbFontCapabilitiesReadStephan Bergmann
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCapabilities()Khaled Hosny
2022-09-05vcl: Format PhysicalFontFace.{cxx,hxx}Khaled Hosny
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCharMap()Khaled Hosny
2022-09-04vcl: Create hb_face_t in PhysicalFontFaceKhaled Hosny
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2021-10-05vcl: refactor PhysicalFontFace::IsBetterMatch()Chris Sherlock
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock
2021-09-20vcl: unneeded functions in PhysicalFontFaceChris Sherlock
2020-12-24custom literal for Degree10Noel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-20IsBetterMatch just uses FontSelectPatternAttributesCaolán McNamara
2018-06-11drop PhysicalFontFace::CloneNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski