| 263 | } |
| 264 | |
| 265 | font_impl::~font_impl() |
| 266 | { |
| 267 | destroyGLResources(); |
| 268 | /* clean glyph texture atlas */ |
| 269 | delete mAtlas; |
| 270 | } |
| 271 | |
| 272 | void font_impl::setOthro2D(int pWidth, int pHeight) |
| 273 | { |
nothing calls this directly
no outgoing calls
no test coverage detected