From: Carl Hetherington Date: Tue, 4 Sep 2018 22:48:26 +0000 (+0100) Subject: Try no anti-aliasing when rendering subtitles. X-Git-Tag: v2.13.49~57 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=60dc924934e08bf9cba0365fd97b998016a88aba;hp=4227af1dc74eeb042f6b7bb4a02df2bf89225b0d;p=dcpomatic.git Try no anti-aliasing when rendering subtitles. --- diff --git a/src/lib/render_text.cc b/src/lib/render_text.cc index 28482f6e1..2619b5d0d 100644 --- a/src/lib/render_text.cc +++ b/src/lib/render_text.cc @@ -246,7 +246,7 @@ render_line (list subtitles, list > fonts, dcp::Siz context->set_line_width (1); Cairo::FontOptions fo; context->get_font_options (fo); - fo.set_antialias (Cairo::ANTIALIAS_GRAY); + fo.set_antialias (Cairo::ANTIALIAS_NONE); context->set_font_options (fo); /* Compute fade factor */