Module rsvg::text

source Β·
Expand description

Text elements: text, tspan, tref.

Modules§

Structs§

  • BidiControl πŸ”’
    Unicode control characters to be inserted when unicode-bidi is specified.
  • In SVG text elements, we use Chars to store character data. For example, an element like <text>Foo Bar</text> will be a Text with a single child, and the child will be a Chars with β€œFoo Bar” for its contents.
  • Chunk πŸ”’
    An absolutely-positioned array of Spans
  • LayoutContext πŸ”’
    The state of a text layout operation.
  • LayoutSpan πŸ”’
    A laid-out and resolved text span.
  • MeasuredChunk πŸ”’
  • MeasuredSpan πŸ”’
  • PangoUnits πŸ”’
    Use as PangoUnits::from_pixels() so that we can check for overflow.
  • PositionedChunk πŸ”’
  • PositionedSpan πŸ”’
  • Span πŸ”’

Functions§