|
From: | Reini Urban |
Subject: | Re: [libredwg] Dabbling in some coding. |
Date: | Fri, 18 Jun 2021 12:20:35 +0200 |
Hi Reini,
Still trying to read MTEXT.
If I get the length of the text entity:
Dwg_Entity_MTEXT *text = obj->tio.entity->tio.MTEXT;
size_t len=strlen(text->text);
fprintf(stderr, "mtext length is:%d\n",len);
it gives me a length of 1.
if the MTEXT entity is '\A1;1700', then the length should be 8.
Or is the backslash still messing with the results?
[Prev in Thread] | Current Thread | [Next in Thread] |