Remove render backend option as it doesn't work and confuses people.

This commit is contained in:
Glenn Watson 2014-10-20 07:39:36 +10:00
parent c123f75558
commit b816550a17
10 changed files with 16 additions and 46 deletions

View file

@ -555,8 +555,7 @@ impl DisplayItem {
render_context.font_ctx.get_render_font_from_template(
&text.text_run.font_template,
text.text_run.actual_pt_size,
render_context.opts.render_backend
text.text_run.actual_pt_size
).borrow().draw_text_into_context(
render_context,
&*text.text_run,