fn family_from_embedded(
reg: &'static [u8],
bold: &'static [u8],
italic: &'static [u8],
bold_italic: &'static [u8],
) -> Option<FontFamily<FontData>>Expand description
Try to construct an embedded FontFamily<FontData> from bundled TTF bytes.
Returns Some(family) on success, None on failure.