piskelapp / piskel

A simple web-based tool for Spriting and Pixel art.
http://piskelapp.com
Apache License 2.0
10.91k stars 764 forks source link

Text squeares and bubbles. [Feature Request] #564

Open JFC263 opened 7 years ago

JFC263 commented 7 years ago

I think it could be a very usefull tool to use.

ghost commented 7 years ago

@JFC263 what would it do?

JFC263 commented 7 years ago

it would just be able to stick text in the piskel to make banners easier to make

juliandescottes commented 7 years ago

This could be handled as a new tool but it's going to be a complex one. We have no similar tool at the moment.

Text insertion usually means choosing a font-family and a font-size. Since we don't have configurable tools, this will either need to be implemented for this feature, or we'll need to limit this to a single font-family/size.

Then regardless of this, the tool should work as follows:

Some additional details:

Technically speaking, we might be able to reuse the text APIs on Canvas2D. However I'm afraid of antialiasing that might result in semi transparent colors when inserting text on a transparent background.

JFC263 commented 7 years ago

Thank you so much but I would rather it having fonts that the pc/laptop owner has installed

rajsite commented 7 years ago

BitFontMaker has a lot of pixel fonts with open licenses and an online font editor to make / remix fonts

Maybe the creator would expose the underlying data instead of the generated ttf files (or maybe the ttf files will work well enough with Canvas2D)