isometric icon indicating copy to clipboard operation
isometric copied to clipboard

IsometricText?

Open jameslounds opened this issue 2 years ago • 1 comments

Is there a way to write text using this library?

I could use pre-generated text images for certain faces, but this seems unwieldily.

jameslounds avatar Sep 22 '22 20:09 jameslounds

Hi @jameslounds, I have a work-in-progress local branch to bring this feature but it is not as easy as it seems. It is hard to set the coordinates of transformed text elements in SVGs. If I make some progress on it and I can release this feature, I‘ll let you know. Regards

elchininet avatar Sep 24 '22 15:09 elchininet

Hi @jameslounds,

The IsometricText class has been added in the version 3.7.0 of the package. You can check the documentation about its usage, or consult the third example on the demo page.

I hope it satisfies your needs.

Regards!

elchininet avatar Dec 13 '22 23:12 elchininet