summaryrefslogtreecommitdiffstats
path: root/src/libnrtype/FontFactory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-4/+5
* Fix rendering for text with inherited 'font-variation-settings' property.Tavmjong Bah2019-03-181-2/+2
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
* Clarify licensesMax Gaukler2018-11-081-5/+7
* Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot2018-10-181-2/+3
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-2/+2
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-3/+3
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-29/+29
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-04-291-9/+0
|\
| * Bug fixes for variable fonts, especially to support the Decovar font.Tavmjong Bah2018-04-291-9/+0
* | Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|/
* Add start of 'font-variations' widget.Tavmjong Bah2018-04-261-2/+2
* Extract and display ligatures in a font.Tavmjong Bah2018-04-051-1/+1
* Allow building with USE_PANGO_WIN32.Tavmjong Bah2018-03-231-0/+2
* Start of reading OpenType fvar table.Tavmjong Bah2018-03-231-0/+3
* Move OpenType functions to separate file.Tavmjong Bah2018-03-231-174/+10
* Work around possible Pango bug where an empty 'variations' generates a '@' in...Tavmjong Bah2018-03-131-1/+4
* Remove duplicate code.Tavmjong Bah2018-03-131-128/+135
* Add 'font-variation-settings' support to FontFactory.Tavmjong Bah2018-03-131-14/+35
* change assignment to equalitySimon Wells2017-11-021-2/+2
* Fix code accidentally made useless in de6d47ed290e02aa4bdc64d6cea5a6c8c20e61c7Eduard Braun2017-10-251-2/+2
* Add limited support for CSS 'font-face' rule.Tavmjong Bah2017-10-251-0/+32
* Fix compilation on Ubuntu TrustyEduard Braun2017-10-221-1/+4
* FontFactory: Add function to add additional font directoriesEduard Braun2017-10-201-0/+32
* Replace deprecated call to pango_win32_get_contextEduard Braun2017-10-171-8/+2
* Revive pango_win32 backendEduard Braun2017-10-161-0/+2
* cleanup: put extraction of OpenType tables in separate functionEduard Braun2017-09-231-144/+147
* cleanup: do not overwrite/free original font descriptionEduard Braun2017-09-231-4/+4
* Do not crash if no fonts are availableEduard Braun2017-09-231-0/+4
* Fix Harfbuzz version check for TrustyAlex Valavanis2017-07-251-1/+4
* Remove unnecessary cast which creates a temporary object that then goes out o...Tavmjong Bah2017-07-191-1/+1
* Fix build with versions of Harfbuzz prior to 1.2.3. (Visualization of alterna...Tavmjong Bah2017-06-061-0/+6
* Show glyphs with alternative styles in "Feature Settings" section of "Variant...Tavmjong Bah2017-06-051-9/+88
* Fix crash with fonts containing illegal characters in family name.Eduard Braun2017-05-101-0/+6
* Fix font style handling for non-system fonts.Tavmjong Bah2016-09-011-0/+6
* Use HarfBuzz instead of deprecated Pango OTAlex Valavanis2016-08-301-67/+58
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-2/+2
* Revert Pango/Harfbuzz fixes. Needs workAlex Valavanis2015-12-271-65/+64
* Apply Tav/suv patch to replace Pango OT functions with HarfbuzzAlex Valavanis2015-12-271-64/+65
* Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah2015-06-251-0/+88
* Allow one style entry per unique CSS style for each family.Tavmjong Bah2014-10-031-5/+18
* Removal of unused code dealing with PangoStringToDescrMap and UIStringToPango...Tavmjong Bah2014-10-031-425/+6
* Work-around for Pango 1.36.7 which introduced 'Semi-Light' font weight,Tavmjong Bah2014-10-021-1/+31
* Sort styles for GUI. (Regression)Tavmjong Bah2014-10-021-0/+9
* Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...Tavmjong Bah2014-09-291-70/+126
* Conditionally add 'semilight' due to changes in Pango 1.36.6.Tavmjong Bah2014-09-291-0/+4
* Merge in font-speedup branch to improve launch timesLiam P. White2014-08-171-0/+76