| 2794 | } |
| 2795 | |
| 2796 | void lodepng_clear_itext(LodePNGInfo* info) |
| 2797 | { |
| 2798 | LodePNGIText_cleanup(info); |
| 2799 | } |
| 2800 | |
| 2801 | unsigned lodepng_add_itext(LodePNGInfo* info, const char* key, const char* langtag, |
| 2802 | const char* transkey, const char* str) |
nothing calls this directly
no test coverage detected