Make Font an associated type of text::Renderer

This commit is contained in:
Héctor Ramón Jiménez 2020-04-23 22:17:11 +02:00
parent 6786b8a3aa
commit 0300b649d7
9 changed files with 45 additions and 23 deletions

View file

@ -7,6 +7,8 @@ use iced_native::{
use std::f32;
impl text::Renderer for Renderer {
type Font = Font;
const DEFAULT_SIZE: u16 = 20;
fn measure(