// <FILE>crates/rocketsplash-rt/src/text_style.rs</FILE>
// <DESC>Text style flags for runtime rendering</DESC>
// <VERS>VERSION: 1.0.0</VERS>
// <WCTX>Runtime library implementation</WCTX>
// <CLOG>Add TextStyle bitflags for render styling</CLOG>
use bitflags;
bitflags!
// <FILE>crates/rocketsplash-rt/src/text_style.rs</FILE>
// <VERS>END OF VERSION: 1.0.0</VERS>