Is there any way to set the style for the lineends for the TCanvas.LineTo method? It seems to default to rounded ends, which looks very bad for several lines in a row of dif
Maybe ExtCreatePen helps. Check the PS_ENDCAP_* and PS_JOIN_* flags.
PS_ENDCAP_*
PS_JOIN_*