diff options
Diffstat (limited to 'renderer/src/fallback.rs')
-rw-r--r-- | renderer/src/fallback.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/renderer/src/fallback.rs b/renderer/src/fallback.rs index ef9cc9a9..b9ceb4b2 100644 --- a/renderer/src/fallback.rs +++ b/renderer/src/fallback.rs @@ -115,7 +115,7 @@ where fn fill_text( &mut self, - text: core::Text<'_, Self::Font>, + text: core::Text<String, Self::Font>, position: Point, color: Color, clip_bounds: Rectangle, |