Login  Register

Re: Re: drawing text issue

Posted by cantcode on May 28, 2013; 8:28pm
URL: https://forum.librecad.org/drawing-text-issue-tp5708110p5708137.html

stupid me,

I didn't know that draw was already defined in RS_Entity.
Now I understand why you should "redefine" the draw() function as virtual in RS_Text.

many thanks.