summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontselect.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for font width propertyGrigori Goronzy2015-07-101-1/+10
* Use streamed access for memory fontsGrigori Goronzy2015-07-101-13/+19
* Pass family name as path for memory fontsGrigori Goronzy2015-07-101-4/+4
* Memory font supportGrigori Goronzy2015-07-101-26/+81
* Make sure font path is validGrigori Goronzy2015-07-101-1/+3
* Fix weight validity checkGrigori Goronzy2015-07-101-1/+1
* Free a provider's fonts when it is freedGrigori Goronzy2015-07-101-25/+65
* oops: remove debug outputGrigori Goronzy2015-07-101-2/+0
* Check weight and slant validity in font providerGrigori Goronzy2015-07-101-3/+13
* 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