| 2878 | } |
| 2879 | |
| 2880 | void lodepng_clear_itext(LodePNGInfo* info) |
| 2881 | { |
| 2882 | LodePNGIText_cleanup(info); |
| 2883 | } |
| 2884 | |
| 2885 | unsigned lodepng_add_itext(LodePNGInfo* info, const char* key, const char* langtag, |
| 2886 | const char* transkey, const char* str) |
nothing calls this directly
no test coverage detected