Jump to content

SchobiHH

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. SchobiHH

    Skia4Delphi

    -
  2. SchobiHH

    TDirect2dCanvas Issues

    Hello, I am new to this forum. I am building a CAD Tool. Need to draw Bezier-Curves on a canvas. The problem I encountered is, that the original canvas only supports TPoint. But my curves points are of type TPointF to have sufficient precision. I have found out that TDirect2d uses TPointF for there drawing. But the Delphi Implementation TDirect2dCanvas does not. Therefore I have replicated the relevant drawing procedures to use TPointF. This is a hack but for me that is sufficient. Does anybody else has similar problems with the TDirect2dCanvas as me? best regards Joerg
×