diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-04 23:04:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-04 23:04:06 +0100 |
| commit | 33e4b489cf5077058dc7b679a75df708d444cfd0 (patch) | |
| tree | 80f391e75ea2b25ad6d638fd26bab525c9b3ea71 /src/lib/render_text.cc | |
| parent | 1938b1b08d38fc199717d1875a61ef05e5b965de (diff) | |
Docs say that Context::set_antialias does not affect text.
Diffstat (limited to 'src/lib/render_text.cc')
| -rw-r--r-- | src/lib/render_text.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/render_text.cc b/src/lib/render_text.cc index cbc19efc9..28482f6e1 100644 --- a/src/lib/render_text.cc +++ b/src/lib/render_text.cc @@ -244,7 +244,6 @@ render_line (list<StringText> subtitles, list<shared_ptr<Font> > 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); |
