mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove render backend option as it doesn't work and confuses people.
This commit is contained in:
parent
c123f75558
commit
b816550a17
10 changed files with 16 additions and 46 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue