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

Function PDFWriteTextString

src/pdf/PDFTypes.cpp:339–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void PDFWriteTextString(const std::shared_ptr<WriteStream>& stream, const std::string& text) {
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);

Callers 1

exportGlyphRunAsTextMethod · 0.85

Calls 3

WriteTextStringFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected