X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Frender_text.cc;h=7ae7d91524ddd3d6a03b2eb90cac8d4f8507172f;hb=d702ba9f67da8a08277f83ec692bf6b90736b243;hp=cbc19efc950300e784cd07a14d4515722de2f808;hpb=df17bbd25da69fc38eb2dcd8b4a2531cf0bab0bc;p=dcpomatic.git diff --git a/src/lib/render_text.cc b/src/lib/render_text.cc index cbc19efc9..7ae7d9152 100644 --- a/src/lib/render_text.cc +++ b/src/lib/render_text.cc @@ -244,11 +244,6 @@ render_line (list subtitles, list > fonts, dcp::Siz layout->set_alignment (Pango::ALIGN_LEFT); context->set_line_width (1); - context->set_antialias (Cairo::ANTIALIAS_GRAY); - Cairo::FontOptions fo; - context->get_font_options (fo); - fo.set_antialias (Cairo::ANTIALIAS_GRAY); - context->set_font_options (fo); /* Compute fade factor */ float fade_factor = 1;