4JX
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
egui/src/lib.rs
-
epaint/src/text/mod.rs
|
|
@ -385,7 +385,7 @@ pub use epaint::emath; |
|
|
|
pub use emath::{lerp, pos2, remap, remap_clamp, vec2, Align, Align2, NumExt, Pos2, Rect, Vec2}; |
|
|
|
pub use epaint::{ |
|
|
|
color, mutex, |
|
|
|
text::{FontData, FontDefinitions, FontFamily, FontId}, |
|
|
|
text::{FontData, FontDefinitions, FontFamily, FontId, FontTweak}, |
|
|
|
textures::TexturesDelta, |
|
|
|
AlphaImage, ClippedMesh, Color32, ColorImage, ImageData, Mesh, Rgba, Rounding, Shape, Stroke, |
|
|
|
TextureHandle, TextureId, |
|
|
|
|
|
@ -10,7 +10,7 @@ mod text_layout_types; |
|
|
|
pub const TAB_SIZE: usize = 4; |
|
|
|
|
|
|
|
pub use { |
|
|
|
fonts::{FontData, FontDefinitions, FontFamily, FontId, Fonts, FontsImpl}, |
|
|
|
fonts::{FontData, FontDefinitions, FontFamily, FontId, FontTweak, Fonts, FontsImpl}, |
|
|
|
text_layout::layout, |
|
|
|
text_layout_types::*, |
|
|
|
}; |
|
|
|