CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for TextRun, including all inherited members.
advance() const | TextRun | |
alias(const State *state) | Object | protectedstatic |
append(const String &text, const Font &font=Font{}) | TextRun | |
appendHtml(const String &text, const Font &font=Font{}) | TextRun | |
as() const | Object | |
byteCount() const | TextRun | |
firstLineHeight() const | TextRun | |
fromHtml(const String &text, const Font &font=Font{}) | TextRun | static |
getNearestLineStart(Point pointerPos) const | TextRun | |
getNearestTextCursor(Point pointerPos) const | TextRun | |
getNearestTextCursorAbove(const TextCursor &cursor) const | TextRun | |
getNearestTextCursorBelow(const TextCursor &cursor) const | TextRun | |
getNearestTextCursorInLine(Point pointerPos) const | TextRun | |
getTextCursor(int byteOffset=0) const | TextRun | |
initOnce() | Object | protected |
initOncePerThread() | Object | protected |
is() const | Object | |
isNull() const | Object | |
isWeak() const | Object | |
lineCount() const | TextRun | |
maxAscender() const | TextRun | |
me() (defined in TextRun) | TextRun | protected |
me() const (defined in TextRun) | TextRun | protected |
minDescender() const | TextRun | |
Object()=default | Object | |
Object(State *newState) | Object | explicitprotected |
Object(State *state, Alias) (defined in Object) | Object | explicitprotected |
Object(State *state, Weak) (defined in Object) | Object | explicitprotected |
operator bool() const | Object | explicit |
operator<=>(const Object &other) const | Object | |
operator=(std::nullptr_t) (defined in Object) | Object | protected |
operator==(const Object &other) const | Object | |
replaceEntities(String text) (defined in TextRun) | TextRun | protectedstatic |
size() const | TextRun | |
TextRun() | TextRun | |
TextRun(const String &text, const Font &font=Font{}) | TextRun | |
TextRun(State *newState) (defined in TextRun) | TextRun | explicitprotected |
useCount() const | Object | |
weak() const (defined in Object) | Object | protected |
weak(const State *state) (defined in Object) | Object | protectedstatic |
wrap(double maxWidth, TextAlign textAlign=TextAlign::Left, double lineHeight=0, const TextWrapBehind &wrapBehind=textWrapBehindDefault) const | TextRun |