pub fn parse_cff(data: &[u8]) -> Result<Vec<CffFont>, String>
Parse CFF binary data into a list of CffFont objects.
CffFont