Swirt / typertools

https://swirt.github.io/typertools/
6 stars 0 forks source link

help!! #6

Open dari-kawaii opened 2 years ago

dari-kawaii commented 2 years ago

when I select the area where to put the text and then I give it a ctrl+win I get an error "I don't select area"

papjul commented 1 year ago

Found the cause of this issue and a workaround.

This happens on styles created from an existing layer.

Export your styles, and edit it with an appropriate text editor (i.e. not Notepad). Modify every:

"textStyleRange":[{"from":0,"to":XX

with:

"textStyleRange":[{"from":0,"to":100

I have no idea what this range means, but it fixes the issue.

@Swirt Could you give us more insights? Thanks!