fix cache
add font propertie to rust text paint layout improvements
This commit is contained in:
@@ -30,6 +30,7 @@ pub struct Paint {
|
||||
pub struct TextPaint {
|
||||
pub style: PaintStyle,
|
||||
pub align: TextAlign,
|
||||
pub fontName: String,
|
||||
pub size: f32,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user