v0.4.3: added a window for accepting text input from the user. (supports all languages)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user