TurboPack / SynEdit

SynEdit is a syntax highlighting edit control, not based on the Windows common controls.
221 stars 73 forks source link

Paint is based entirely on DirectWrite and Direct2D #168

Closed pyscripter closed 2 years ago

pyscripter commented 2 years ago

Mixing GDI and Direct2D in the same paint cycle could cause flicker and was less efficient. With this PR all painting is done with Direct2d/DirectWrite.

Also