summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
AgeCommit message (Expand)Author
2022-11-21be more specific on what "Symbol" isCaolán McNamara
2022-11-21vcl: GCC 12.2.1 -Werror=maybe-uninitializedMichael Stahl
2022-11-21loplugin:unusedfields start removing unused weld fieldsNoel Grandin
2022-11-08Combine o3tl::RestoreGuard into comphelper::ValueRestorationGuardStephan Bergmann
2022-11-08Address some of the sprintf in vcl/source/fontsubset/cff.cxxStephan Bergmann
2022-11-08Address some of the sprintf in vcl/source/fontsubset/cff.cxxStephan Bergmann
2022-11-08Fix string comparisonsStephan Bergmann
2022-11-08Introduce o3tl::RestoreGuardStephan Bergmann
2022-11-08CffSubsetterContext::getString never returns nullStephan Bergmann
2022-10-22loplugin:unusedmethodsNoel Grandin
2022-10-15tdf#123234: Fix subsetting CFF deprecated endcharKhaled Hosny
2022-10-03vcl: Drop redundant checkKhaled Hosny
2022-10-03tdf#112152: Fix subsetting empty glyphsKhaled Hosny
2022-10-01Unused constantsKhaled Hosny
2022-10-01vcl: Move TrueTypeFace where it is usedKhaled Hosny
2022-09-30vcl: Apply variations to font metricsKhaled Hosny
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-26crashtesting: don't assert on bogus font name in embedded ttfCaolán McNamara
2022-09-25Some simplificationMike Kaganski
2022-09-24use faster TempFile for font subset writingNoel Grandin
2022-09-24vcl: accept bitmap fonts in OpenTTFontFile()Khaled Hosny
2022-09-24simplify CmapSubTableNoel Grandin
2022-09-24flattenTrueTypeTableGenericNoel Grandin
2022-09-24flatten TrueTypeTablePostNoel Grandin
2022-09-23remove some dead codeNoel Grandin
2022-09-23vcl: tdf#121327 PDF export for bitmap color fontsKhaled Hosny
2022-09-23cid#1515535 Explicit null dereferencedCaolán McNamara
2022-09-23-Werror=class-memaccessStephan Bergmann
2022-09-23cid#1515534 invalidate_iteratorJulien Nabet
2022-09-22convert TrueTypeTable to C++ classNoel Grandin
2022-09-21convert TrueTypeCreator to a C++ classNoel Grandin
2022-09-21use more unique_ptrNoel Grandin
2022-09-21convert GlyphOffsets to a C++ classNoel Grandin
2022-09-21convert HexFmt to a C++ classNoel Grandin
2022-09-20use O[U]String in TrueType codeNoel Grandin
2022-09-20vcl: tdf#138325 pass PostScript name down to CreateCFFfontSubset()Khaled Hosny
2022-09-19vcl: Don’t use temporary files for CreateFontSubset()Khaled Hosny
2022-09-18tdf#151039: use the same defaults also for FontSubsetInfo::m_aFontBBoxMike Kaganski
2022-09-14use a std::vector and can avoid a copyCaolán McNamara
2022-09-14always > 0 here due to preceding empty() checkCaolán McNamara
2022-09-14ofz#51205 TimeoutCaolán McNamara
2022-09-13tdf#126242: Handle fractional values when subsetting CFFKhaled Hosny
2022-09-13vcl: Simplify calling FillFontSubsetInfo()Khaled Hosny
2022-09-13vcl: Move subsetting helper functions to sft.cxxKhaled Hosny
2022-09-11vcl: Add a PhysicalFontFace-backed TrueTypeFontKhaled Hosny
2022-09-11vcl: Fix setting symbol flag on TrueTypeFontKhaled Hosny
2022-09-09ofz: Undefined-shiftCaolán McNamara
2022-09-08vcl: Get FontCharMap from HarfBuzzKhaled Hosny
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny
2022-06-30tdf#143148 Use pragma once in vcl partMahdi Tizabi