Function iced_audio::graphics::text_marks::draw_horizontal_text_marks[][src]

pub fn draw_horizontal_text_marks(
    bounds: &Rectangle,
    text_marks: &Group,
    style: &Style,
    placement: &Placement,
    inverse: bool,
    cache: &PrimitiveCache
) -> Primitive

Draws text marks on a horizontal axis.

  • bounds - The bounds of the widget to place the text marks in/outside of.
  • text_marks - The group of text marks.
  • style - The text marks style.
  • placement - The placement of the text marks relative to the bounds.
  • inverse - Whether to inverse the positions of the text marks (true) or not (false).