WPF text rendering inconsistencies

前端 未结 2 1407
感动是毒
感动是毒 2021-01-25 09:54

WPF 4.0 notoriously fixed the blurry text issue. Setting TextOptions.TextFormattingMode=\"Display\" uses pixel hints to line up characters, which works really well

2条回答
  •  醉话见心
    2021-01-25 10:13

    UserInterface code in windows service is not a good idea its an unsupported scenario. The same limitation was there with GDI+ (System.Drawing.*) and same limitation applies to WPF also.

提交回复
热议问题