summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5Graphics_Text.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-03loplugin:unusedfieldsNoel1-1/+0
2020-10-27tdf#137804 Qt5 don't paint empty stringsJan-Marek Glogowski1-0/+4
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-4/+4
2020-10-19use tools::Long in vclNoel1-2/+2
2020-09-15WIN OSX Qt5 unify CreateFontSubset codeJan-Marek Glogowski1-56/+7
2020-09-15Qt5 implement GetGlyphWidthsJan-Marek Glogowski1-2/+6
2020-09-15Forward existing FontCharMap from PhysicalFontFaceJan-Marek Glogowski1-5/+7
2020-09-15VCL register common functions in PhysicalFontFaceJan-Marek Glogowski1-3/+2
2020-09-13tdf#125234 Qt5 add missing CFF font subsettingJan-Marek Glogowski1-0/+12
2020-09-11tdf#125234 Qt5 set glpyh font bounding boxJan-Marek Glogowski1-1/+6
2020-09-11tdf#125234 Qt use glyph widths, not advanceJan-Marek Glogowski1-10/+7
2020-08-15tdf#125234 Qt5 implement CreateFontSubsetJan-Marek Glogowski1-5/+155
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski1-4/+4
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny1-7/+1
2019-08-23loplugin:returnconstval in vclNoel Grandin1-1/+1
2019-07-06Constify GlyphItemJan-Marek Glogowski1-1/+1
2019-03-23tdf#123072 Qt5 just use data from QFontDatabaseJan-Marek Glogowski1-5/+1
2019-03-23tdf#123072 Qt5 don't register unknown PSP fontsJan-Marek Glogowski1-15/+0
2019-03-22rhbz#1690732 basic font variation supportCaolán McNamara1-1/+2
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski1-0/+1
2019-01-25Qt5 initialize GlyphCache for PSP graphicsJan-Marek Glogowski1-10/+26
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski1-1/+1
2019-01-07missing includesStephan Bergmann1-0/+1
2018-12-17Qt5 don't re-register system fontsJan-Marek Glogowski1-1/+6
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski1-13/+0
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski1-5/+1
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-3/+3
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski1-3/+3
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara1-5/+2
2018-07-06various loplugin in qt5Noel Grandin1-1/+1
2018-07-06Qt5 use fontconfig for font substitutionJan-Marek Glogowski1-0/+24
2018-07-06Qt5 flesh out font handlingJan-Marek Glogowski1-2/+41
2018-06-10qt5: hold LogicalFontInstance with rtl::ReferenceKacper Kasper1-5/+3
2018-06-01Various trivial loplugin fixes in --enable-qt5Stephan Bergmann1-3/+3
2018-06-01Make clang-format happy, remove vcl/unx/kde5 from blacklistKatarina Behrens1-11/+11
2018-06-01Unify Color -> QColor conversionKatarina Behrens1-1/+1
2018-06-01Qt5 fix font drawingJan-Marek Glogowski1-1/+14
2018-06-01Qt5 some SalLAyout painting supportJan-Marek Glogowski1-2/+31
2018-05-12Use HarfBuzz to get Kashida widthKhaled Hosny1-7/+1
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny1-3/+3
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski1-5/+6
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski1-8/+9
2018-03-26replace SalColor with ColorNoel Grandin1-1/+1
2018-01-08loplugin:useuniqueptr in qt5Noel Grandin1-3/+2
2018-01-08-Wunused-parameter in qt5 pluginNoel Grandin1-9/+10
2017-11-14Adapt Library_vclplug_qt5Stephan Bergmann1-3/+3
2017-11-08Retrofit "KeepEmptyLinesAtTheStartOfBlocks: false" into .clang-formatStephan Bergmann1-63/+48
2017-11-06QT5 first stab on implementing CommonSalLayoutJan-Marek Glogowski1-4/+50