行高设置
Name::new("namebox"),
Text::new("戴安娜"),
TextFont {
font: asset_server.load("fonts/GenSenMaruGothicTW-Bold.ttf"),
font_size:28.0,
line_height: bevy::text::LineHeight::Px(50.),
..default()
},