MCPcopy Create free account
hub / github.com/DFHack/dfhack / lodepng_add_text

Function lodepng_add_text

depends/lodepng/lodepng.cpp:2922–2924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2920}
2921
2922unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char* str) {
2923 return lodepng_add_text_sized(info, key, str, lodepng_strlen(str));
2924}
2925
2926void lodepng_clear_text(LodePNGInfo* info) {
2927 LodePNGText_cleanup(info);

Callers 2

LodePNGText_copyFunction · 0.85
readChunk_tEXtFunction · 0.85

Calls 2

lodepng_add_text_sizedFunction · 0.85
lodepng_strlenFunction · 0.85

Tested by

no test coverage detected