summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontselect.c
Commit message (Expand)AuthorAgeFilesLines
* Use TrueType font weight scaleGrigori Goronzy2015-07-101-1/+3
* Fix similarity calculationsGrigori Goronzy2015-07-101-2/+2
* Add a fixed set of fallback fontsGrigori Goronzy2015-07-101-11/+22
* Don't match any font if there's no glyph coverageGrigori Goronzy2015-07-101-1/+3
* Restore fontconfig runtime configurationGrigori Goronzy2015-07-101-6/+5
* Fix compilation without fontconfigGrigori Goronzy2015-07-101-0/+4
* Fix off-by-one bug in font matchingGrigori Goronzy2015-07-101-1/+1
* Add reference to font provider in font databaseGrigori Goronzy2015-07-101-13/+20
* Improve font selector/provider documentationGrigori Goronzy2015-07-101-5/+41
* Convert embedded font handling to a real font providerGrigori Goronzy2015-07-101-33/+55
* Add glyph coverage map for embedded fontsGrigori Goronzy2015-07-101-4/+81
* Never add a face twice to an ASS_FontGrigori Goronzy2015-07-101-7/+20
* Trim spaces of font family stringsGrigori Goronzy2015-07-101-2/+3
* Custom font matching and font sourcesGrigori Goronzy2015-07-101-0/+514