- addMerge
int addMerge(int[] mergeRanges, StyleRange[] mergeStyles, int mergeCount, int modifyStart, int modifyEnd)
Undocumented in source. Be warned that the author may not have intended to support it.
- addMerge
int addMerge(StyleRange[] mergeStyles, int mergeCount, int modifyStart, int modifyEnd)
Undocumented in source. Be warned that the author may not have intended to support it.
- calculate
void calculate(int startLine, int lineCount)
Undocumented in source. Be warned that the author may not have intended to support it.
- calculateClientArea
void calculateClientArea()
Undocumented in source. Be warned that the author may not have intended to support it.
- calculateIdle
void calculateIdle()
Undocumented in source. Be warned that the author may not have intended to support it.
- clearLineBackground
void clearLineBackground(int startLine, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearLineStyle
void clearLineStyle(int startLine, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyInto
void copyInto(StyledTextRenderer renderer)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- disposeTextLayout
void disposeTextLayout(TextLayout layout)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawBullet
void drawBullet(Bullet bullet, GC gc, int paintX, int paintY, int index, int lineAscent, int lineDescent)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawLine
int drawLine(int lineIndex, int paintX, int paintY, GC gc, Color widgetBackground, Color widgetForeground)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBaseline
int getBaseline()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFont
Font getFont(int style)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFontData
FontData[] getFontData(int style)
Undocumented in source. Be warned that the author may not have intended to support it.
- getHeight
int getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- getLineAlignment
int getLineAlignment(int index, int defaultAlignment)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLineBackground
Color getLineBackground(int index, Color defaultBackground)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLineBullet
Bullet getLineBullet(int index, Bullet defaultBullet)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLineHeight
int getLineHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- getLineHeight
int getLineHeight(int lineIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLineIndent
int getLineIndent(int index, int defaultIndent)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLineJustify
bool getLineJustify(int index, bool defaultJustify)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLineSegments
int[] getLineSegments(int index, int[] defaultSegments)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRangeIndex
int getRangeIndex(int offset, int low, int high)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRanges
int[] getRanges(int start, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
- getStyleRange
StyleRange getStyleRange(StyleRange style)
Undocumented in source. Be warned that the author may not have intended to support it.
- getStyleRanges
StyleRange[] getStyleRanges(int start, int length, bool includeRanges)
Undocumented in source. Be warned that the author may not have intended to support it.
- getTextLayout
TextLayout getTextLayout(int lineIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- getTextLayout
TextLayout getTextLayout(int lineIndex, int orientation, int width, int lineSpacing)
Undocumented in source. Be warned that the author may not have intended to support it.
- getWidth
int getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset(int startLine, int lineCount)
Undocumented in source. Be warned that the author may not have intended to support it.
- setContent
void setContent(StyledTextContent content)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFont
void setFont(Font font, int tabs)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLineAlignment
void setLineAlignment(int startLine, int count, int alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLineBackground
void setLineBackground(int startLine, int count, Color background)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLineBullet
void setLineBullet(int startLine, int count, Bullet bullet)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLineIndent
void setLineIndent(int startLine, int count, int indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLineJustify
void setLineJustify(int startLine, int count, bool justify)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLineSegments
void setLineSegments(int startLine, int count, int[] segments)
Undocumented in source. Be warned that the author may not have intended to support it.
- setStyleRanges
void setStyleRanges(int[] newRanges, StyleRange[] newStyles)
Undocumented in source. Be warned that the author may not have intended to support it.
- textChanging
void textChanging(TextChangingEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateBullets
void updateBullets(int startLine, int replaceLineCount, int newLineCount, bool update)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateRanges
void updateRanges(int start, int replaceCharCount, int newCharCount)
Undocumented in source. Be warned that the author may not have intended to support it.
A StyledTextRenderer renders the content of a StyledText widget. This class can be used to render to the display or to a printer.