// <FILE>crates/rocketsplash-formats/src/style_flags.rs</FILE>
// <DESC>Style flags describing available font variants</DESC>
// <VERS>VERSION: 1.0.0</VERS>
// <WCTX>Runtime library implementation</WCTX>
// <CLOG>Introduce StyleFlags bitflags for font metadata</CLOG>
use bitflags;
use ;
bitflags!
// <FILE>crates/rocketsplash-formats/src/style_flags.rs</FILE>
// <VERS>END OF VERSION: 1.0.0</VERS>