Font atlas: load, rasterize and pack one or more fonts into a single texture.
()
| 268 | * Font atlas: load, rasterize and pack one or more fonts into a single texture. |
| 269 | */ |
| 270 | public ImFontAtlas getFonts() { |
| 271 | _GETFONTS_1.ptr = nGetFonts(); |
| 272 | return _GETFONTS_1; |
| 273 | } |
| 274 | |
| 275 | /** |
| 276 | * Font atlas: load, rasterize and pack one or more fonts into a single texture. |
no test coverage detected