Module rsvg::text

source ·
Expand description

Text elements: text, tspan, tref.

Modules§

Structs§

  • 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
  • The state of a text layout operation.
  • LayoutSpan 🔒
    A laid-out and resolved text span.
  • PangoUnits 🔒
    Use as PangoUnits::from_pixels() so that we can check for overflow.
  • Span 🔒

Functions§