#include <TextPainter.h>
|
| TextPainter (GraphicsContext &) |
|
void | setTextPaintStyle (const TextPaintStyle &textPaintStyle) |
|
void | setSelectionPaintStyle (const TextPaintStyle &selectionPaintStyle) |
|
void | setIsHorizontal (bool isHorizontal) |
|
void | setFont (const FontCascade &font) |
|
void | addEmphasis (const AtomicString &emphasisMark, float emphasisMarkOffset, RenderCombineText *) |
|
void | addTextShadow (const ShadowData *textShadow, const ShadowData *selectionShadow) |
|
void | paintText (const TextRun &, unsigned length, const FloatRect &boxRect, const FloatPoint &textOrigin, unsigned selectionStart=0, unsigned selectionEnd=0, bool paintSelectedTextOnly=false, bool paintSelectedTextSeparately=false) |
|
◆ TextPainter()
◆ addEmphasis()
◆ addTextShadow()
◆ paintText()
void WebCore::TextPainter::paintText |
( |
const TextRun & |
textRun, |
|
|
unsigned |
length, |
|
|
const FloatRect & |
boxRect, |
|
|
const FloatPoint & |
textOrigin, |
|
|
unsigned |
selectionStart = 0 , |
|
|
unsigned |
selectionEnd = 0 , |
|
|
bool |
paintSelectedTextOnly = false , |
|
|
bool |
paintSelectedTextSeparately = false |
|
) |
| |
◆ setFont()
◆ setIsHorizontal()
void WebCore::TextPainter::setIsHorizontal |
( |
bool |
isHorizontal | ) |
|
|
inline |
◆ setSelectionPaintStyle()
void WebCore::TextPainter::setSelectionPaintStyle |
( |
const TextPaintStyle & |
selectionPaintStyle | ) |
|
|
inline |
◆ setTextPaintStyle()
The documentation for this class was generated from the following files: