Skip to content

Exposing the font family name to AccessKit #441

@mwcampbell

Description

@mwcampbell

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions