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

Method TextString

src/pdf/PDFUnion.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297PDFUnion PDFUnion::TextString(const char* value) {
298 DEBUG_ASSERT(value);
299 return PDFUnion(Type::TextStaticString, value);
300}
301
302PDFUnion PDFUnion::Name(std::string value) {
303 return PDFUnion(Type::NameString, std::move(value));

Callers

nothing calls this directly

Calls 1

PDFUnionClass · 0.85

Tested by

no test coverage detected