fn add_font( handle: Handle, families: &mut Vec<FamilyEntry>, ) -> Result<Font, FontLoadingError>
Adds a font, but doesn’t sort. Returns the font that was created to check for validity.