]> granicus.if.org Git - libass/commit
fontselect: simplify lookup of embedded fonts
authorGrigori Goronzy <greg@chown.ath.cx>
Fri, 12 Jun 2015 00:04:43 +0000 (02:04 +0200)
committerGrigori Goronzy <greg@chown.ath.cx>
Fri, 10 Jul 2015 08:42:41 +0000 (10:42 +0200)
commitef707a9e7d1934c433a55b9f7f4376ca6e7956d1
treee00160bc1d8ed0007b54d15c204cd9734b263368
parentb39e873342825f9640580b8237cf19ecf247e261
fontselect: simplify lookup of embedded fonts

Currently, it is not safe to change the embedded fonts
(ass_add_font/ass_clear_fonts) while an ASS_Renderer exists. We can
simplify how embedded fonts are looked up because of that.

At some point, ASS_Library and ASS_Renderer should be merged and we
can then implement a more flexible approach.
libass/ass_fontselect.c