//! Media AST nodes for embedded fonts and graphics
//!//! Contains Font and Graphic structs representing embedded media from the
//! [Fonts] and [Graphics] sections with zero-copy design and UU-decoding.
modfont;modgraphic;#[cfg(test)]modfont_tests;#[cfg(test)]modgraphic_tests;pubusefont::Font;pubusegraphic::Graphic;