WICG / local-font-access

Web API for enumerating fonts on the local system
https://wicg.github.io/local-font-access
Apache License 2.0
75 stars 16 forks source link

Allow querying based on fields other than the PostScript name? #68

Open rcombs opened 3 years ago

rcombs commented 3 years ago

In some cases, I need to search for fonts by family name or fullname (specifically the Microsoft names). The current API allows only either requesting a specific list of PostScript names, or the entire list (which may be fairly expensive to iterate over in its entirety). Could the API be extended to allow for searching by other name fields?