]> granicus.if.org Git - libass/commit
fontselect: use fallback fonts when querying font providers
authorStefano Pigozzi <stefano.pigozzi@gmail.com>
Mon, 9 Dec 2013 18:09:09 +0000 (19:09 +0100)
committerGrigori Goronzy <greg@chown.ath.cx>
Fri, 10 Jul 2015 08:42:40 +0000 (10:42 +0200)
commite95626628eab9a892047c60e4b9926ab50ce1bd4
tree94c198b57158dc8a08cbfae465406228f7802a4e
parent24254d714139f978be83b8e658f5bd58233990d8
fontselect: use fallback fonts when querying font providers

51f9e80b added a MatchFontsFunc callback which allows to lookup font names
directly on the font provider. This approach broke support for font fallback
which worked only with lookups from libass in-memory font database.

This commit moves the font fallback code in the font lookup function, so that
it is available for all font providers.
libass/ass_fontselect.c