[−][src]Function stb_truetype::is_collection
pub fn is_collection(data: &[u8]) -> bool
Return true
if data
holds a TrueType Collection, according to its
signature in the initial bytes. A TrueType Collection stores several fonts
in a single file, allowing them to share data for glyphs they have in
common.