summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontselect.h
Commit message (Expand)AuthorAgeFilesLines
* fontselect: eagerly compute is_postscript in get_font_infoOleg Oshmyan2023-08-061-1/+7
* ass_fontselect: take const ASS_Font*rcombs2022-11-151-1/+1
* fontselect: automatically read metadata from font file if neededOleg Oshmyan2021-07-101-16/+3
* fontselect: save library and ftlibrary in ASS_FontSelectorOleg Oshmyan2021-07-101-3/+2
* Pass last-resort-fallback family name directly to get_font_infoOleg Oshmyan2021-07-101-2/+2
* font, fontselect: factor out common code for creating FT_FaceOleg Oshmyan2021-07-101-2/+1
* fontselect, coretext: match whole extended family on fallbackOleg Oshmyan2021-06-071-5/+16
* fontselect: coretext: get fallback font family name via FreeTypeOleg Oshmyan2021-04-291-0/+2
* fontselect: coretext: ask Core Text for family name as last resortOleg Oshmyan2021-04-291-0/+2
* fontselect: coretext: reuse main FT_LibraryOleg Oshmyan2021-04-291-1/+3
* Fix embedded and memory fontsOneric2021-04-221-3/+8
* fontselect: provide a way to use freetype to get font infoRodger Combs2019-09-261-0/+14
* 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