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

Method insertTextString

src/pdf/PDFTypes.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void PDFDictionary::insertTextString(const char key[], const char value[]) {
173 records.emplace_back(PDFUnion::Name(key), PDFUnion::TextString(value));
174}
175
176void PDFDictionary::insertByteString(const char key[], std::string value) {
177 records.emplace_back(PDFUnion::Name(key), PDFUnion::ByteString(std::move(value)));

Callers 5

make_srgb_output_intentsFunction · 0.80
onCloseMethod · 0.80
PrepareTagTreeToEmitMethod · 0.80
emitDescendentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected