mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 14:48:42 -06:00
remove unused enum
This commit is contained in:
parent
9a9bb72f8d
commit
a8b065c839
|
@ -8,11 +8,12 @@ use crate::{
|
|||
layout::UiSize
|
||||
};
|
||||
|
||||
pub enum TextSize {
|
||||
FitToWidthRatio(f32),
|
||||
FitToHeightRatio(f32),
|
||||
Constant(u8),
|
||||
}
|
||||
//TODO: text fit
|
||||
// pub enum TextSize {
|
||||
// FitToWidthRatio(f32),
|
||||
// FitToHeightRatio(f32),
|
||||
// Constant(u8),
|
||||
// }
|
||||
|
||||
pub struct Text {
|
||||
pub text: Cow<'static, str>,
|
||||
|
|
Loading…
Reference in a new issue