v0.4.3: added a window for accepting text input from the user. (supports all languages)

This commit is contained in:
Evan Debenham
2016-09-18 01:57:36 -04:00
parent 9c87d9d47d
commit b87a1d5a8c
3 changed files with 192 additions and 0 deletions

View File

@@ -243,6 +243,10 @@ public class RenderedText extends Image {
clearCache();
}
public static Typeface getFont(){
return font;
}
private static class CachedText{
public SmartTexture texture;
public RectF rect;