summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/render_text.cc2
1 files changed, 1 insertions, 1 deletions
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<StringText> subtitles, list<shared_ptr<Font> > 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 */