| 2829 | } |
| 2830 | |
| 2831 | void lodepng_clear_itext(LodePNGInfo* info) |
| 2832 | { |
| 2833 | LodePNGIText_cleanup(info); |
| 2834 | } |
| 2835 | |
| 2836 | unsigned lodepng_add_itext(LodePNGInfo* info, const char* key, const char* langtag, |
| 2837 | const char* transkey, const char* str) |
nothing calls this directly
no test coverage detected