| 203 | } |
| 204 | |
| 205 | void PiuFontUnbind(PiuFont* self, PiuApplication* application, PiuView* view) |
| 206 | { |
| 207 | PiuTexture* texture = (*self)->texture; |
| 208 | if (texture) |
| 209 | PiuTextureUnbind(texture, application, view); |
| 210 | } |
| 211 | #endif |
| 212 | |
| 213 | void PiuStyleLookupFont(PiuStyle* self) |
no test coverage detected