]> granicus.if.org Git - libass/commit
fontselect: don't find fonts with PostScript outlines by full name
authorOleg Oshmyan <chortos@inbox.lv>
Thu, 22 Oct 2015 22:55:06 +0000 (01:55 +0300)
committerOleg Oshmyan <chortos@inbox.lv>
Thu, 22 Oct 2015 23:47:00 +0000 (02:47 +0300)
commitf16cf28b7a8275594ec8397aaa9d5ab8d178c629
treee454419a679a9043c002d21609d958e008d7da19
parenta200f7732ab64a97c8717655bdc6df47f27a1308
fontselect: don't find fonts with PostScript outlines by full name

Related to commit e00691e8096cc69e5651480155ebc61d9e079290:
it turns out that GDI (and hence VSFilter) does not check full names of
fonts that have PostScript outlines when searching for a font by name.

To summarize the resulting behavior:
  * Fonts with PostScript outlines can be found by family name
    and by PostScript name.
  * Fonts without PostScript outlines can be found by family name
    and by full name.
libass/ass_fontselect.c