summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontselect.c
Commit message (Expand)AuthorAgeFilesLines
* fontselect: prefer platform font providersGrigori Goronzy2015-07-101-3/+3
* fontselect: add fallback handling with callbackGrigori Goronzy2015-07-101-0/+19
* fontselect: improved face selection among a familyGrigori Goronzy2015-07-101-17/+27
* fontselect: fix undefined behavior with callocGrigori Goronzy2015-07-101-7/+23
* fontselect: replace magic numbers (NFC)Grigori Goronzy2015-07-101-3/+6
* fontselect: trim names of embedded fontsGrigori Goronzy2015-07-101-2/+2
* fontselect: add and use strdup_trimmedGrigori Goronzy2015-07-101-5/+8
* fontselect: simplify lookup of embedded fontsGrigori Goronzy2015-07-101-23/+3
* fontselect: malloc and error checkingGrigori Goronzy2015-07-101-26/+121
* fontselect: simplify cmap lookup for embedded fontsGrigori Goronzy2015-07-101-63/+11
* fontselect: improved and simplified matchingGrigori Goronzy2015-07-101-68/+59
* fontselect: add fallback and substitution callbacksGrigori Goronzy2015-07-101-0/+2
* directwrite: add initial fontselect implementationfeliwir2015-07-101-0/+22
* fontselect: fix NULL dereferenceStefano Pigozzi2015-07-101-1/+1
* Fix warningsGrigori Goronzy2015-07-101-1/+2
* fontselect: expose a fontprovider listing APIStefano Pigozzi2015-07-101-0/+15
* fontselect: expose a fontprovider selection APIStefano Pigozzi2015-07-101-12/+31
* fontselect: use fallback fonts when querying font providersStefano Pigozzi2015-07-101-18/+11
* fontselect: coretext: allow to match fontname using the providerStefano Pigozzi2015-07-101-2/+8
* fontselect: coretext: allow selection based on PostScript nameStefano Pigozzi2015-07-101-20/+30
* fontselect: implement a coretext font providerStefano Pigozzi2015-07-101-0/+8
* Add todo commentsGrigori Goronzy2015-07-101-0/+4
* Support multiple font family namesGrigori Goronzy2015-07-101-32/+53
* nit: add width to font_info_dumpGrigori Goronzy2015-07-101-0/+1
* 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