GET v1/fonts/families
Use this API to get a list of all font families available. The list will also return an "Other" family which is where fonts that have no family specified will be placed.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns a collection of strings representing the list of families with valid fonts found.
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
