TextFont

TextFont

  • font : bevy_asset::handle::Handle<bevy_text::font::Font>
  • font_size : f32
  • font_smoothing : bevy_text::text::FontSmoothing

Description

TextFont determines the style of a text span within a [ComputedTextBlock], specifically the font face, the font size, and the color.

Functions