summaryrefslogtreecommitdiffstats
path: root/src/libnrtype/OpenTypeUtil.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix comparison between char and value outside range for char in check for gzi...Tavmjong Bah2019-10-031-1/+2
* Fix SVG in OpenType decoding bug.Tavmjong Bah2019-10-021-1/+1
* Fix segfault when reading Bixia SVG in OpenType font.Tavmjong Bah2019-09-211-1/+1
* Handle SVG in OpenType fonts with compressed glyphs.Tavmjong Bah2019-09-201-2/+26
* Remove error message when SVG OpenType table is empty.Tavmjong Bah2019-05-141-2/+7
* Add some documentation (Harfbuzz, OpenType SVG).Tavmjong Bah2019-05-071-1/+3
* Fix rendering for some SVG in OpenType fonts with glyphs that don't have a vi...Tavmjong Bah2019-05-061-1/+1
* Possibly fix build on Windows.Tavmjong Bah2019-05-061-2/+2
* Add basic SVG in OpenType support.Tavmjong Bah2019-05-061-0/+62
* Clarify licensesMax Gaukler2018-11-081-0/+9
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-7/+7
* Potential fix for FTBFS introduced in 60ecfba7Alexander Valavanis2018-06-171-0/+5
* Improvements to the Font Features dialog. Better OpenType coverage.Tavmjong Bah2018-06-111-77/+59
* Add preview of more OpenType tables.Tavmjong Bah2018-06-071-2/+8
* Add support for character variant OpenType tags (cv01, cv02, ...).Tavmjong Bah2018-06-051-1/+3
* Add preview for numeric OpenType features.Tavmjong Bah2018-05-131-2/+30
* Bug fixes for variable fonts, especially to support the Decovar font.Tavmjong Bah2018-04-291-3/+3
* Add start of 'font-variations' widget.Tavmjong Bah2018-04-261-12/+30
* Extract and display ligatures in a font.Tavmjong Bah2018-04-051-19/+52
* move FTFixedToDouble / FTDoubleToFixed to a common headerFelipe Corrêa da Silva Sanches2018-03-271-8/+0
* Allow building with USE_PANGO_WIN32.Tavmjong Bah2018-03-231-1/+5
* Start of reading OpenType fvar table.Tavmjong Bah2018-03-231-1/+53
* Move OpenType functions to separate file.Tavmjong Bah2018-03-231-0/+207