AdobeDocs / photoshop-api-docs

Adobe Photoshop API
https://adobedocs.github.io/photoshop-api-docs/
MIT License
104 stars 20 forks source link

Font size unit issue #79

Open Joakk1 opened 3 years ago

Joakk1 commented 3 years ago

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?