Get Rendering Method for Text Program
# Get Rendering Method for Text Program
Path:
/api/textSource.json
Method: GET
Content-type: application/json; charset=utf-8
API Description: This can be used to get the rendering method used by the text program.
Note: This function is supported only by the player of version 1.71.6 or above.
Response
Name | Type | Example | Description |
---|---|---|---|
textSource | String | Text | Use the image generated by the software when textSource is Picture; draw image manually when textSource is Text; use the previous method when textSource is Default or empty. |
Example
{"textSource": "Text"}