1 2 3 4 5
//! Rich text parsing for .vsdx files. //! Text element parsing with per-run formatting (cp/pp references). // Text parsing is handled inline in parser.rs as part of shape parsing. // This module provides helper functions for text element parsing.