-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need some discussion with the rest of the team, but we might want this on ITextElement
as this will need to work with css text-transform
,
Definitely needs some unit tests if it's on Core.
Some screenshots to make sure to make a previous screenshot so we make sure we don't break existing Labels.
I wonder if instead of Title we should use Capitalize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is an effect, it should only be applied before being rendered, and not on the Text property itself.
I think TitleCase should be left out of this.
How are we doing on this? Still feel it would be a valuable addition. @paymicro can you still do it? Else I might take a look :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setting it back to None does't work on Android, and GTK the other stuff seems to work fine.
GTK text on button doesn't respect it seems (not important)
@rmarinho on Android text changes on one way... It may be wrong to lose original text. |
@paymicro can you rebase please? |
@paymicro I wonder if we could while we are doing this add a |
@jsuarezruiz i fixed that issue on Android , can you double check ?! |
In which version of XF this feature is available? |
@Mikilll94 this was merged into master so that would be 4.8 |
* [C] Added TextTransform property * [UITests] Update test Issue3667 * [Android] Don't update Forms text with text with transform * [Android] Don't always use text on button with uppercase * [Controls] Fix initial set of transformation * [Android] Don't update Forms text with text with transform * Update TextElement.cs * Update InlineCSS.xaml.cs * [UITests] Fix test Co-authored-by: Rui Marinho <[email protected]>
This doesn't work when using FormattedString or on Span. Tested on Android API29 |
Description of Change
Added TextTransform property to the Label
Issues Resolved
API Changes
Added:
Platforms Affected
Before/After Screenshots
Not applicable
Testing Procedure
PR Checklist