Query layout to resolve canvas font property value

This commit is contained in:
Utsav Oza 2020-05-28 00:28:42 +05:30
parent f161ab8e57
commit 7883718c12
11 changed files with 161 additions and 9 deletions

View file

@ -522,7 +522,7 @@ impl GenericDrawTarget for raqote::DrawTarget {
text: String,
x: f64,
y: f64,
max_width: Option<f64>,
_max_width: Option<f64>,
pattern: canvas_data::Pattern,
draw_options: &DrawOptions,
) {