It's common for accessibility APIs to expose the font family name for each run of text. But unless I'm missing something, this information isn't available to Parley's layout code. Specifically, all that's available in the LayoutData struct is a Vec<FontData>, and FontData only has the font data itself, not a name. Any suggestions about how to solve this?