The practice view has poor typography. See screenshot. Using Windows 8 and installed using the kdewin installer with default settings except the installation path (D:\KDE instead of the default C:\ProgramData\KDE). Used compiler is the default MSVC 2010 32bit. Reproducible: Always
Created attachment 80761 [details] Screenshot showing the poor typography
Same here. Not only are the characters way too tiny, the letter spacing is quite ugly, too :-(
I just found an easy workaround. Open the following files c:\ProgramData\KDE\share\apps\ktouch\qml\TrainingLine.qml c:\ProgramData\KDE\share\apps\ktouch\qml\TrainingWidget.qml and replace all occurances of BasePixelSize with BasePixelSize * 3 to get a much better look :-)
Created attachment 85738 [details] patched to look good using windows
Created attachment 85739 [details] TrainingLine.qml patched to look good using windows
Created attachment 85740 [details] TrainingWidget.qml patched to look good using windows
I changed the ugly monospace-font, too and attached my result. This is NOT to be used as an official patch, because my "* 3" changes are just quick and dirty :-)
@Walker Boh: It won't apply anymore anyways. I have replaced the lesson rendering code with a complete new implementation in KTouch 2.1 (KDE 4.11). The changes probably also fix this bug. I can't confirm this though, I don't have a Windows development environment.
*** Bug 330519 has been marked as a duplicate of this bug. ***
No new reports, I assume the fix had its intended results.