MCPcopy Create free account
hub / github.com/Tencent/tgfx / PDFWriteByteString

Function PDFWriteByteString

src/pdf/PDFTypes.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 WriteTextString(stream, text.data(), text.size());
341}
342void PDFWriteByteString(const std::shared_ptr<WriteStream>& stream, const char* bytes,
343 size_t length) {
344 WriteTextString(stream, bytes, length);
345}
346
347} // namespace tgfx

Callers

nothing calls this directly

Calls 1

WriteTextStringFunction · 0.70

Tested by

no test coverage detected