summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontselect.h
Commit message (Expand)AuthorAgeFilesLines
* Update ass_fontselect.hC.W. Betts2019-09-261-3/+3
* fontselect: fix include guard macro nameOleg Oshmyan2017-10-271-3/+3
* directwrite: fix font collectionsGrigori Goronzy2017-06-011-0/+11
* fontselect: replace is_postscript flag with check_postscript functionOleg Oshmyan2015-11-041-2/+9
* fontselect: use stdbool.h wherever appropriateOleg Oshmyan2015-10-231-3/+3
* fontselect: find fonts with PostScript outlines by PostScript nameOleg Oshmyan2015-10-231-0/+3
* fontselect: move PostScript name into ASS_FontProviderMetaDataOleg Oshmyan2015-10-211-3/+7
* fontselect: fix ass_font_provider_add_font signature and doxygenOleg Oshmyan2015-10-211-2/+3
* ass_fontselect: uninline ass_map_font()wm42015-09-071-12/+2
* directwrite, coretext: implement substitutionsGrigori Goronzy2015-09-021-0/+31
* fontselect: never pass family=NULL to get_fallback()wm42015-09-011-1/+1
* fontselect: simplify get_fallback signaturewm42015-09-011-1/+2
* fontselect: use designated initializerswm42015-09-011-9/+9
* ass: make font_provider API privatewm42015-08-281-0/+180
* fontselect: expose a fontprovider selection APIStefano Pigozzi2015-07-101-1/+2
* fontselect: coretext: allow selection based on PostScript nameStefano Pigozzi2015-07-101-2/+2
* Use streamed access for memory fontsGrigori Goronzy2015-07-101-2/+2
* Export font provider interfaceGrigori Goronzy2015-07-101-37/+0
* Memory font supportGrigori Goronzy2015-07-101-2/+3
* Add convenience defines for slant valuesGrigori Goronzy2015-07-101-0/+3
* Use TrueType font weight scaleGrigori Goronzy2015-07-101-0/+4
* Restore fontconfig runtime configurationGrigori Goronzy2015-07-101-1/+1
* Never add a face twice to an ASS_FontGrigori Goronzy2015-07-101-5/+7
* Custom font matching and font sourcesGrigori Goronzy2015-07-101-0/+74