hushaojie04 / libgdx

Automatically exported from code.google.com/p/libgdx
0 stars 0 forks source link

could you _please_ add the ability to create Pixmap from Android Bitmap #783

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
sometimes it's very needed.
for example, I need an outlined text.
I can easily create it in android bitmap.
android's abilities to draw to a bitmap are much more, then those Gdx texture 
has.
And it looks like it can be created with gdx-tools-hiero, but not on android.
on android I have to create font in files. and I need several font sizes, 
'couse screens are very different.
easy way - is to write to android bitmap, and to create ability to update 
texture with new bitmap. or at least, create new texture.

Original issue reported on code.google.com by baba...@gmail.com on 5 Apr 2012 at 5:39

GoogleCodeExporter commented 9 years ago
Sorry, that's platform specific, we can't add that to core. 

Original comment by badlogicgames on 5 Apr 2012 at 5:41

GoogleCodeExporter commented 9 years ago
you can add that to android backend. or to some extension. to tools, maybe.

Original comment by baba...@gmail.com on 6 Apr 2012 at 3:16

GoogleCodeExporter commented 9 years ago
sorry. I got it. I can upload a bitmap for texture myself.
can I upload my files, that I've created for text drawing on android somewhere, 
so someone might use them?
I saw some people had problems with chineese. that might solve them on android.

Original comment by baba...@gmail.com on 6 Apr 2012 at 5:12