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

Method appendTextString

src/pdf/PDFTypes.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void PDFArray::appendTextString(std::string value) {
79 this->append(PDFUnion::TextString(std::move(value)));
80}
81
82void PDFArray::appendByteString(const char value[]) {
83 this->append(PDFUnion::ByteString(value));

Callers 3

appendNodeIdArrayMethod · 0.80
MakePDFIdMethod · 0.80
makeStructTreeRootMethod · 0.80

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected