summaryrefslogtreecommitdiffstats
path: root/src/gui/text/freetype
Commit message (Expand)AuthorAgeFilesLines
* Introduce optional smarter font merging with ContextFontMergingEskil Abrahamsen Blomfeldt10 days2-4/+9
* FreeType: reduce allocations in computeFaceIndexAnton Kudryavtsev2024-03-151-2/+2
* qfreetype: Fix caching of memory fontsMorten Sørvig2024-02-081-0/+9
* freetype: Fix scaling layouts with bitmap fontsEskil Abrahamsen Blomfeldt2024-01-312-2/+8
* Support the named instances of Variable FontsAkira TAGOH2024-01-302-20/+26
* Fix race condition when destroying Freetype font enginesEskil Abrahamsen Blomfeldt2024-01-171-19/+53
* Fix setting variable axes on FreetypeEskil Abrahamsen Blomfeldt2023-12-071-2/+5
* Support arbitrary variable axis valuesEskil Abrahamsen Blomfeldt2023-12-043-5/+27
* Fix memory leak when resolving named instances in fontsEskil Abrahamsen Blomfeldt2023-11-131-0/+4
* Replace MAKE_TAG macro with QFont::TagVolker Hilsheimer2023-10-202-5/+5
* Support variable applications fonts with DirectWriteEskil Abrahamsen Blomfeldt2023-10-024-11/+10
* Support loading variable fonts as application fonts in FreetypeEskil Abrahamsen Blomfeldt2023-09-204-6/+191
* gui: use const methods moreAnton Kudryavtsev2023-09-091-2/+2
* Freetype: Don't do image transform for translationsEskil Abrahamsen Blomfeldt2023-06-081-2/+4
* Don't mark non-copyable QFontEngineFT::QGlyphSet as Q_RELOCATABLE_TYPEMarc Mutz2023-03-011-2/+0
* Use strlen instead of magic numbersAhmad Samir2022-11-061-2/+2
* Freetype: Fix transforming bitmap fontsEskil Abrahamsen Blomfeldt2022-10-181-6/+13
* QtGui: Use static const QString array to initialize QStringListMate Barany2022-09-211-8/+8
* freetype: Propagate font data from font database to engine if availableTor Arne Vestbø2022-08-192-4/+11
* Freetype: Fix underline thickness for bitmap fontsEskil Abrahamsen Blomfeldt2022-08-081-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-164-152/+8
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-282-7/+11
* FreeType: Load multiple font faces from the same file on macOSNiklas Wenzel2022-03-232-0/+69
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-082-14/+16
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-241-1/+2
* Freetype: adjust underlinePosition to match our expectationsMårten Nordheim2021-12-021-1/+2
* Fix missing characters or assert with certain font sizesEskil Abrahamsen Blomfeldt2021-12-011-1/+4
* FreeType: allow falling back to synthesized bold if desiredAndy Shaw2021-11-031-1/+3
* Fix inconsistencies between advanceWidth and bounding rectsAllan Sandfeld Jensen2021-10-211-4/+3
* freetype/no-fc: Disambiguate fonts with different widthsEskil Abrahamsen Blomfeldt2021-10-121-1/+31
* Fix a typo in the comment for TrueType fonts with embedded bitmapsTasuku Suzuki2021-08-111-1/+1
* minor: Clean up areMetricsTooLarge() conditionsEskil Abrahamsen Blomfeldt2021-05-271-2/+2
* Fix rare integer overflow in text shapingPaul Olav Tvete2021-05-051-1/+2
* Fix compilation with experimental x11 paint engine featureEskil Abrahamsen Blomfeldt2021-03-251-1/+1
* Fix crash when requesting A32 glyph on WaylandEskil Abrahamsen Blomfeldt2021-02-051-1/+5
* Implement vertical subpixel positioning where availableEskil Abrahamsen Blomfeldt2021-01-252-42/+95
* macOS: Fix assert with Freetype engineEskil Abrahamsen Blomfeldt2021-01-181-1/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-9/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-3/+3
* Use OpenType font weightsJonas Karlsson2020-08-281-1/+1
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-2/+2
* Avoid Freetype synthesizing for large font sizesEirik Aavitsland2020-06-221-1/+1
* Add a way to disable syntethesized bold and italic supportKyu Man Lim2020-06-181-2/+2
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-081-17/+1
* Support winding fonts like Windows doesAllan Sandfeld Jensen2020-06-031-0/+4
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-275-0/+2801