获取文本Image
(String txt, FreePaint paint)
| 2149 | * 获取文本Image |
| 2150 | */ |
| 2151 | public UI<Image> getImageText(String txt, FreePaint paint) { |
| 2152 | return getUI(new Image(getTextureText(txt, paint))); |
| 2153 | } |
| 2154 | |
| 2155 | /** |
| 2156 | * 创建group |
nothing calls this directly
no test coverage detected