You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be slightly more handy if this was a flattened list of (FontRef, Option<u32>) containing the collection indices - otherwise one can't tell from each FontRef what it originates from.
The text was updated successfully, but these errors were encountered:
FileRef::fonts()
returns:https://docs.rs/read-fonts/latest/src/read_fonts/lib.rs.html#201-207
pub fn fonts(
&self,
) -> impl Iterator<Item = Result<FontRef<'a>, ReadError>> + 'a + Clone
It would be slightly more handy if this was a flattened list of
(FontRef, Option<u32>)
containing the collection indices - otherwise one can't tell from each FontRef what it originates from.The text was updated successfully, but these errors were encountered: