Comprehensive Guide for Developers: Features, Integration, and API Reference
This is the complete list of members for PDF::TextRun, including all inherited members.
| AppendChars(const char *chars, size_t numChars) | PDF::TextRun | |
| AppendChars(const std::string &chars) | PDF::TextRun | |
| AppendUnicodeChars(const UnicodeChar *unicodeChars, size_t numUnicodeChars) | PDF::TextRun | |
| AppendUnicodeChars(const std::wstring &unicodeChars) | PDF::TextRun | |
| Copy() const | PDF::TextRun | |
| Create() | PDF::TextRun | static |
| Equals(const TextRun &that) const | PDF::TextRun | |
| GetBBox() const | PDF::TextRun | |
| GetCharQuad(size_t index) const | PDF::TextRun | |
| GetCharsRect(size_t begindex, size_t endindex) const | PDF::TextRun | |
| GetFont() const | PDF::TextRun | |
| GetFontSize() const | PDF::TextRun | |
| GetGState() const | PDF::TextRun | |
| GetMatrix() const | PDF::TextRun | |
| GetNthUnicode(size_t charindex) const | PDF::TextRun | |
| GetNumChars() const | PDF::TextRun | |
| GetOutlineQuad(size_t index) const | PDF::TextRun | |
| GetParent() const | PDF::TextRun | |
| GetText() const | PDF::TextRun | |
| GetTextMatrix() const | PDF::TextRun | |
| GetTextState() const | PDF::TextRun | |
| InsertChars(size_t index, const char *chars, size_t numChars) | PDF::TextRun | |
| InsertChars(size_t index, const std::string &chars) | PDF::TextRun | |
| InsertUnicodeChars(size_t index, const UnicodeChar *unicodeChars, size_t numUnicodeChars) | PDF::TextRun | |
| InsertUnicodeChars(size_t index, const std::wstring &unicodeChars) | PDF::TextRun | |
| IsCharWhitespace(size_t index) const | PDF::TextRun | |
| MakeEmptyCopy() const | PDF::TextRun | |
| operator=(const TextRun &rhs) noexcept (defined in PDF::TextRun) | PDF::TextRun | inline |
| operator=(TextRun &&rhs) noexcept (defined in PDF::TextRun) | PDF::TextRun | inline |
| RemoveChars(size_t index, size_t numChars) | PDF::TextRun | |
| SetFont(const Font &font) | PDF::TextRun | |
| SetFont(const Font &font, float fontSize) | PDF::TextRun | |
| SetFontSize(float fontSize) | PDF::TextRun | |
| SetGState(const GState &gState) | PDF::TextRun | |
| SetMatrix(const Matrix &matrix) | PDF::TextRun | |
| SetTextMatrix(const Matrix &textMatrix) | PDF::TextRun | |
| SetTextState(const PDETextState &textState) | PDF::TextRun | |
| TextRun() noexcept (defined in PDF::TextRun) | PDF::TextRun | inline |
| TextRun(PDETextItem handle, bool adopt=false) noexcept (defined in PDF::TextRun) | PDF::TextRun | inline |
| TextRun(const TextRun &rhs) noexcept (defined in PDF::TextRun) | PDF::TextRun | inline |
| TextRun(TextRun &&rhs) noexcept (defined in PDF::TextRun) | PDF::TextRun | inline |