summaryrefslogtreecommitdiffstats
path: root/libass/ass_shaper.h
Commit message (Expand)AuthorAgeFilesLines
* ass_shaper: create hb_font_t eagerly during add_faceHEADmasterrcombs2 days1-2/+1
* ass_shaper: move cache ownership to the rendererrcombs2022-11-151-2/+2
* refactor: prefix all internal API with ass_Oneric2022-10-221-1/+1
* Run bidi on each glyph run in isolation by default, like VSFilterOleg Oshmyan2022-02-141-0/+1
* Delay \fay baseline shear until last text layout stepOleg Oshmyan2021-04-291-0/+1
* Return bool from ass_shaper_shapeOleg Oshmyan2020-10-221-1/+1
* Disable bidi bracket matching unless enabled via ASS_FeatureOleg Oshmyan2020-07-141-0/+7
* Take bool in ass_shaper_set_kerningOleg Oshmyan2020-07-141-1/+2
* shaper: drop prealloc parameter of ass_shaper_newOleg Oshmyan2020-07-121-1/+1
* ass_set_fonts: empty cache as wellRodger Combs2017-10-221-0/+1
* Include config.h in all source files and in no headersOleg Oshmyan2015-09-171-2/+0
* Move ASS_Shaper declaration to ass_shaper.hOleg Oshmyan2015-09-171-0/+2
* shaper: add FriBidi error handlingGrigori Goronzy2014-05-291-1/+1
* Fix fribidi include pathwm42013-07-171-1/+1
* Runtime shaper selectionGrigori Goronzy2011-08-081-0/+1
* Support language hint in the Script Info sectionGrigori Goronzy2011-08-011-0/+1
* Cache HarfBuzz fontsGrigori Goronzy2011-07-151-0/+2
* Use the "font encoding" property as a base direction hintGrigori Goronzy2011-07-151-0/+2
* Add kerning toggle for HarfBuzz shapingGrigori Goronzy2011-07-131-0/+1
* Introduce ASS_Shaper objectGrigori Goronzy2011-07-131-7/+13
* Support glyph clusters of multiple glyphsGrigori Goronzy2011-07-111-0/+1
* shaper: print version info stringGrigori Goronzy2011-07-061-0/+1
* Provisional bidi and shaping supportGrigori Goronzy2011-07-061-0/+28