|
RectangleFloat | getTextBounds () const |
| Get bounding rectangle for the text. More...
|
|
bool | getWordWrap () const |
| Gets the value of WordWrapProperty. More...
|
|
void | notifyPostPrepareTextFormat (bool completeRelayoutingExecuted) |
| Kanzi calls this function every time it successfully completes the TextConceptImpl::prepareTextFormat() function. More...
|
|
void | setWordWrap (bool value) |
| Sets the value of WordWrapProperty. More...
|
|
float | getCharacterSpacing () const |
| Gets the value of the FontStyleConcept::CharacterSpacingProperty property. More...
|
|
float | getFixedCharacterWidth () const |
| Gets the value of the FontStyleConcept::FixedCharacterWidthProperty property. More...
|
|
float | getFontSize () const |
| Gets the value of the FontStyleConcept::SizeProperty property. More...
|
|
FontStyle | getFontStyle () const |
| Gets the value of the FontStyleConcept::StyleProperty property. More...
|
|
FontWeight | getFontWeight () const |
| Gets the value of the FontStyleConcept::WeightProperty property. More...
|
|
bool | getFractionalCharacterWidth () const |
| Gets the value of the FontStyleConcept::FractionalCharacterWidthProperty property. More...
|
|
FontHintingPreference | getHintingPreference () const |
| Gets the value of HintingPreferenceProperty. More...
|
|
float | getLineSpacing () const |
| Gets the value of the FontStyleConcept::LineSpacingProperty property. More...
|
|
FontRuntimeSharedPtr | getRuntimeFont () |
| Gets the runtime font. More...
|
|
bool | getSnapCharacterToPixel () const |
| Gets the value of the FontStyleConcept::SnapCharacterToPixelProperty property. More...
|
|
void | releaseRuntimeFont () |
| Releases the runtime font that is held by FontStyleConceptImpl. More...
|
|
void | setCharacterSpacing (float value) |
| Sets the value of the FontStyleConcept::CharacterSpacingProperty property. More...
|
|
void | setFixedCharacterWidth (float value) |
| Sets the value of the FontStyleConcept::FixedCharacterWidthProperty property. More...
|
|
void | setFontSize (float value) |
| Sets the value of the FontStyleConcept::SizeProperty property. More...
|
|
void | setFontStyle (FontStyle style) |
| Sets the value of the FontStyleConcept::StyleProperty property. More...
|
|
void | setFontWeight (FontWeight weight) |
| Sets the value of the FontStyleConcept::WeightProperty property. More...
|
|
void | setFractionalCharacterWidth (bool enable) |
| Sets the value of the FontStyleConcept::FractionalCharacterWidthProperty property. More...
|
|
void | setHintingPreference (FontHintingPreference hintingPreference) |
| Sets the value of HintingPreferenceProperty. More...
|
|
void | setLineSpacing (float value) |
| Sets the value of the FontStyleConcept::LineSpacingProperty property. More...
|
|
void | setSnapCharacterToPixel (bool enable) |
| Sets the value of the FontStyleConcept::SnapCharacterToPixelProperty property. More...
|
|
bool | updateRuntimeFont () |
| Updates the runtime font. More...
|
|
ColorRGBA | getFontColor () const |
| Gets the value of the FontColorProperty. More...
|
|
MaterialSharedPtr | getFontMaterial () const |
| Gets the value of the FontMaterialProperty. More...
|
|
bool | getHorizontalFit () const |
| Gets the value of the HorizontalFitProperty. More...
|
|
Vector2 | getHorizontalFitScaleLimits () const |
| Gets the value of the HorizontalFitScaleLimitsProperty. More...
|
|
Vector2 | getHorizontalPadding () const |
| Gets the value of HorizontalPaddingProperty. More...
|
|
string | getOverflow () const |
| Gets the value of the OverflowProperty. More...
|
|
bool | getRemoveSideBearings () const |
| Gets the value of the RemoveSideBearingsProperty. More...
|
|
string | getText () const |
| Gets the value of TextProperty. More...
|
|
TextFormat::TextHorizontalAlignment | getTextHorizontalAlignment () const |
| Gets the value of the TextHorizontalAlignmentProperty. More...
|
|
TextFormat::TextVerticalAlignment | getTextVerticalAlignment () const |
| Gets the value of the TextVerticalAlignmentProperty. More...
|
|
Vector2 | getVerticalPadding () const |
| Gets the value of VerticalPaddingProperty. More...
|
|
void | setFontColor (ColorRGBA value) |
| Sets the value of the FontColorProperty. More...
|
|
void | setFontMaterial (MaterialSharedPtr value) |
| Sets the value of the FontMaterialProperty. More...
|
|
void | setHorizontalFit (bool value) |
| Sets the value of the HorizontalFitProperty. More...
|
|
void | setHorizontalFitScaleLimits (Vector2 value) |
| Sets the value of the HorizontalFitScaleLimitsProperty. More...
|
|
void | setHorizontalPadding (Vector2 value) |
| Sets the value of HorizontalPaddingProperty. More...
|
|
void | setOverflow (string_view value) |
| Sets the value of the OverflowProperty. More...
|
|
void | setRemoveSideBearings (bool value) |
| Sets the value of the RemoveSideBearingsProperty. More...
|
|
void | setText (string value) |
| Sets the value of TextProperty. More...
|
|
void | setTextHorizontalAlignment (TextFormat::TextHorizontalAlignment value) |
| Sets the value of the TextHorizontalAlignmentProperty. More...
|
|
void | setTextVerticalAlignment (TextFormat::TextVerticalAlignment value) |
| Sets the value of the TextVerticalAlignmentProperty. More...
|
|
void | setVerticalPadding (Vector2 value) |
| Sets the value of VerticalPaddingProperty. More...
|
|
virtual | ~TextConceptImpl ()=default |
| Destructor. More...
|
|
virtual | ~TextConcept ()=default |
| Destructor. More...
|
|