API 添加:bitmap 字体现在可以通过AssetManager或者BitmapFontLoader从atlas载入。查阅:https://github.com/libgdx/libgdx/pull/2110 API 更改:Table现在默认从它的background使用padding。查阅:...
举个例子,考虑下面的字体RAII类,字体对于C API来说是原生数据结构: 1 FontHandle getFont();from C API—params omitted 2 3/for simplicity 4 5 void releaseFont(FontHandle fh);from the same C API 6 7 class...