summaryrefslogtreecommitdiffstats
path: root/libass/ass_coretext.c
Commit message (Expand)AuthorAgeFilesLines
* directwrite, coretext: implement substitutionsGrigori Goronzy2015-09-021-0/+14
* coretext: use SAFE_CFRelease() for robustnesswm42015-09-011-17/+18
* coretext: fix sizeof vs. strlenwm42015-09-011-2/+1
* coretext: always use lazy loadingwm42015-09-011-29/+1
* fontselect: simplify get_fallback signaturewm42015-09-011-5/+4
* fontselect: use designated initializerswm42015-09-011-10/+5
* coretext: implement GetFallbackFuncStefano Pigozzi2015-09-011-1/+25
* configure: proper configure switches for DirectWrite and CoreTextwm42015-08-281-4/+0
* fontselect: add fallback and substitution callbacksGrigori Goronzy2015-07-101-2/+4
* fontselect: expose a fontprovider selection APIStefano Pigozzi2015-07-101-1/+2
* coretext: fix conversion from CFStringRef to utf8 bufferStefano Pigozzi2015-07-101-3/+5
* coretext: also lazy load fonts based on Family and PostScript namesStefano Pigozzi2015-07-101-8/+21
* fontselect: coretext: allow to match fontname using the providerStefano Pigozzi2015-07-101-3/+58
* fontselect: coretext: allow selection based on PostScript nameStefano Pigozzi2015-07-101-5/+10
* fontselect: implement a coretext font providerStefano Pigozzi2015-07-101-0/+217