AdobeDocs/photoshop-api-docs

Font size unit issue

Opened this issue · 0 comments

Expected Behaviour

The documentation indicates that the default font size unit for text layers is in point: fontSize | float | in points. So, i'm expecting to retreive the value in points

Actual Behaviour

But, from what I see in my tests, the values returned are in pixels not in points.

Reproduce Scenario (including but not limited to)

Retreive any JSON manifest from the API and have a look at the layer text characterStyle fontSize

Is there a way to know the current unit? and/or to specify it when calling the API to get the manifest?