GET v1/application/fonts/{id}
Returns a single application font by its id (this is the application font id, not the font id itself).
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApplicationFontName | Description | Type | Additional information |
---|---|---|---|
id |
Application font unique identifier. |
string |
None. |
font |
Font associated to this application font. |
SystemFont |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "font": { "id": "sample string 1", "family": "sample string 2", "name": "sample string 3", "sizeList": "sample string 4", "platform": "sample string 5" } }