robloo

Results 191 comments of robloo

I would blame the font metrics in the FluentAvalonia.ttf font except you tested others. Very strange. If it does turn out to be something we need to adjust with the...

Looking closely at the images I think this is just a difference in anti-aliasing too. DirectWrite simply has a better algorithm in this case but it still looks slightly anti-aliased...

I'm strongly against this one. It's too many changes and the decision to make things static or not should have been made when the code was first written -- not...

>> This type of thing just shouldn't be done... it changes the API surface in ways you may not understand and may not make sense on a case by case...

@grokys Should this one be closed now?

I have also noticed dark Foreground colors instead of light within TextBox after theme changes. Never filed an issue for it but this is likely the same root cause.

> Also keep in mind that switching from Simple to Fluent theme or vise-versa isn't supported and not guaranteed. That doesn't make sense to me. One of the main features...

> How many cases are there in real life application where it can be used? Don't misunderstand, this isn't a priority for me. Use cases are obviously limited mostly to...

Also we are mixing terminology again... light to dark or vice versa changes should work. That was the original issue and also what doesn't always work in TextBox.

Note that Avalonia has some inconsistency here that already exists: * Size has IsDefault * CornerRadius has IsEmpty * etc.