Login  Register

Re: Re: drawing text issue

Posted by cantcode on May 28, 2013; 11:14am
URL: https://forum.librecad.org/drawing-text-issue-tp5708110p5708132.html

thx for the fast answer.
Why should the draw function be virtual?
I thought that virtual should be used if you want to derive from this class (so thats why I thought draw should be implemented in RS_EntityContainer). Or are there classes which are derived from RS_Text?