如何在libgdx中的对话框中添加bitmapfont

时间:2017-03-08 18:47:51

标签: java android libgdx

如何在对话框中使用bitmapfont绘制段落

LoggingInInterceptor

1 个答案:

答案 0 :(得分:1)

1. git checkout Working 2. git pull 3. git checkout -b mybranch 4. make changes in the local branch 5. git add . 6. git commit -m "commit message" 7. git push origin mybranch 8. Send a pull request 9. Make the changes as per the code review 10.Git add & commit & push 11.git checkout working 12.git merge mybranch 13.git push origin working 14.git push origin --delete mybranch 15.git branch -d mybranch 有一个公共方法Dialog,可让您在对话框中添加标签。使用text,您可以创建LabelStyle对象,然后Label并将其作为参数提供

BitmapFont