|
static WEBCORE_EXPORT String | centerTruncate (const String &, float maxWidth, const FontCascade &) |
|
static WEBCORE_EXPORT String | rightTruncate (const String &, float maxWidth, const FontCascade &) |
|
static WEBCORE_EXPORT String | centerTruncate (const String &, float maxWidth, const FontCascade &, float &resultWidth, bool shouldInsertEllipsis=true, float customTruncationElementWidth=0) |
|
static WEBCORE_EXPORT String | rightTruncate (const String &, float maxWidth, const FontCascade &, float &resultWidth, bool shouldInsertEllipsis=true, float customTruncationElementWidth=0) |
|
static WEBCORE_EXPORT String | leftTruncate (const String &, float maxWidth, const FontCascade &, float &resultWidth, bool shouldInsertEllipsis=true, float customTruncationElementWidth=0) |
|
static WEBCORE_EXPORT String | rightClipToCharacter (const String &, float maxWidth, const FontCascade &, float &resultWidth, bool shouldInsertEllipsis=true, float customTruncationElementWidth=0) |
|
static WEBCORE_EXPORT String | rightClipToWord (const String &, float maxWidth, const FontCascade &, float &resultWidth, bool shouldInsertEllipsis=true, float customTruncationElementWidth=0, bool alwaysTruncate=false) |
|
static WEBCORE_EXPORT float | width (const String &, const FontCascade &) |
|
static WEBCORE_EXPORT String | centerTruncate (const String &, float maxWidth, const FontCascade &) |
|
static WEBCORE_EXPORT String | rightTruncate (const String &, float maxWidth, const FontCascade &) |
|
static WEBCORE_EXPORT String | centerTruncate (const String &, float maxWidth, const FontCascade &, float &resultWidth, bool shouldInsertEllipsis=true, float customTruncationElementWidth=0) |
|
static WEBCORE_EXPORT String | rightTruncate (const String &, float maxWidth, const FontCascade &, float &resultWidth, bool shouldInsertEllipsis=true, float customTruncationElementWidth=0) |
|
static WEBCORE_EXPORT String | leftTruncate (const String &, float maxWidth, const FontCascade &, float &resultWidth, bool shouldInsertEllipsis=true, float customTruncationElementWidth=0) |
|
static WEBCORE_EXPORT String | rightClipToCharacter (const String &, float maxWidth, const FontCascade &, float &resultWidth, bool shouldInsertEllipsis=true, float customTruncationElementWidth=0) |
|
static WEBCORE_EXPORT String | rightClipToWord (const String &, float maxWidth, const FontCascade &, float &resultWidth, bool shouldInsertEllipsis=true, float customTruncationElementWidth=0, bool alwaysTruncate=false) |
|
static WEBCORE_EXPORT float | width (const String &, const FontCascade &) |
|