 coolcfan
|
is there any plan to update tabbles to WPF 4.0, to fix the font-rendering bug?
|
 staley
|
How difficult would this be? Simple recompile or massive code tweaks?
|
 Maurizio
|
"coolcfan" wrote: is there any plan to update tabbles to WPF 4.0, to fix the font-rendering bug?
This is done in 1.5.3 RC1
The final release is imminent (one or two days)
|
 Maurizio
|
"staley" wrote: How difficult would this be? Simple recompile or massive code tweaks?
I just had to recompile and add
TextOptions.TextFormattingMode = "Display"
to each window in XAML.
|