]> granicus.if.org Git - libass/history - libass/ass_coretext.c
coretext: replace CT attr reads with freetype lookups
[libass] / libass / ass_coretext.c
2019-09-26 Rodger Combscoretext: replace CT attr reads with freetype lookups master
2019-09-26 Rodger Combscoretext: use weight steps from macOS SDK
2019-09-26 Rodger Combscoretext: fix reading weights of some fonts
2017-10-31 Oleg OshmyanSupport Core Text on earlier versions of Mac OS X
2017-10-31 Oleg Oshmyancoretext: don't use a variable-length array
2015-12-09 wm4coretext: fix NULL CFStringRef dereference
2015-12-01 Oleg Oshmyancoretext: don't fetch character set when it isn't needed
2015-11-07 Oleg Oshmyancoretext: don't forget to release font format attribute
2015-11-04 Oleg Oshmyanfontselect: replace is_postscript flag with check_posts...
2015-10-22 Oleg Oshmyanfontselect: use stdbool.h wherever appropriate
2015-10-22 Oleg Oshmyanfontselect: find fonts with PostScript outlines by...
2015-10-21 Oleg Oshmyanfontselect: move PostScript name into ASS_FontProviderM...
2015-09-22 Grigori GoronzyMerge pull request #84 from astiob/msvc
2015-09-17 Oleg OshmyanFully fix compilation with MSVC/ICL
2015-09-07 Grigori GoronzyMerge branch 'fonts'
2015-09-07 Grigori GoronzyMerge pull request #190 from grigorig/fonts
2015-09-02 Grigori Goronzydirectwrite, coretext: implement substitutions
2015-09-01 wm4coretext: use SAFE_CFRelease() for robustness
2015-09-01 wm4coretext: fix sizeof vs. strlen
2015-09-01 wm4coretext: always use lazy loading
2015-09-01 wm4fontselect: simplify get_fallback signature
2015-09-01 wm4fontselect: use designated initializers
2015-09-01 Stefano Pigozzicoretext: implement GetFallbackFunc
2015-08-28 wm4configure: proper configure switches for DirectWrite...
2015-07-10 Grigori Goronzyfontselect: add fallback and substitution callbacks
2015-07-10 Stefano Pigozzifontselect: expose a fontprovider selection API
2015-07-10 Stefano Pigozzicoretext: fix conversion from CFStringRef to utf8 buffer
2015-07-10 Stefano Pigozzicoretext: also lazy load fonts based on Family and...
2015-07-10 Stefano Pigozzifontselect: coretext: allow to match fontname using...
2015-07-10 Stefano Pigozzifontselect: coretext: allow selection based on PostScri...
2015-07-10 Stefano Pigozzifontselect: implement a coretext font provider