The ONE item that is missing in the distribution

Please use this forum to post feedback and suggestions related to dxflib.

Moderator: andrew

Post Reply
Cambridge Ray
Junior Member
Posts: 15
Joined: Wed Oct 03, 2012 5:26 pm

The ONE item that is missing in the distribution

Post by Cambridge Ray » Sat Oct 27, 2012 10:03 pm

The ONE item that is missing in the distribution is an example of how to deal with TEXT.

TIA.

-Ray

Cambridge Ray
Junior Member
Posts: 15
Joined: Wed Oct 03, 2012 5:26 pm

Re: The ONE item that is missing in the distribution

Post by Cambridge Ray » Mon Oct 29, 2012 9:48 pm

Actually, dear Self, it is rather simple. Just add the following member function to the provided "test" utility:

Code: Select all

void
CreationClass::addText(const DL_TextData& data)
{
    cout << "TEXT: `" << data.text << "'" << endl;
    printAttributes();
}

Post Reply

Return to “dxflib Suggestions and Feedback”