summaryrefslogtreecommitdiffstats
path: root/libass/ass_coretext.c
Commit message (Expand)AuthorAgeFilesLines
* coretext: fix reading weights of some fontsRodger Combs2019-09-261-4/+4
* Support Core Text on earlier versions of Mac OS XOleg Oshmyan2017-10-311-0/+5
* coretext: don't use a variable-length arrayOleg Oshmyan2017-10-311-1/+1
* coretext: fix NULL CFStringRef dereferencewm42015-12-091-0/+2
* coretext: don't fetch character set when it isn't neededOleg Oshmyan2015-12-011-3/+3
* coretext: don't forget to release font format attributeOleg Oshmyan2015-11-071-0/+2
* fontselect: replace is_postscript flag with check_postscript functionOleg Oshmyan2015-11-041-22/+25
* fontselect: use stdbool.h wherever appropriateOleg Oshmyan2015-10-231-3/+3
* fontselect: find fonts with PostScript outlines by PostScript nameOleg Oshmyan2015-10-231-0/+15
* fontselect: move PostScript name into ASS_FontProviderMetaDataOleg Oshmyan2015-10-211-5/+6
* Fully fix compilation with MSVC/ICLOleg Oshmyan2015-09-171-0/+1
* 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