From 9bf2cf3509380663e6943f6b0d22dbec6002c332 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 2 Nov 2015 22:47:57 +0000 Subject: Fix incorrect preview of italic subtitles (#728). This requires fonts to be configured with their italic versions so that the italic font can be given to FontConfig and hence used to render text. Bold font configuration is also added here although bold subtitles aren't yet supported. --- src/lib/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/wscript') diff --git a/src/lib/wscript b/src/lib/wscript index c6c73662b..263d222c2 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -72,6 +72,7 @@ sources = """ film.cc filter.cc font.cc + font_files.cc frame_rate_change.cc internet.cc image.cc -- cgit v1.2.3