1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Add support for monospace font

This commit is contained in:
Emil Ernerfeldt
2019-12-02 20:08:49 +01:00
parent 100d4e328f
commit 157de8a966
3 changed files with 48 additions and 31 deletions

View File

@@ -21,7 +21,7 @@ pub mod widgets;
pub use crate::{
color::Color,
emigui::Emigui,
fonts::{FontSizes, Fonts, TextStyle},
fonts::{FontDefinitions, Fonts, TextStyle},
layout::{Align, Region},
math::*,
mesher::{Mesh, Vertex},