❔ Is there a way to get Textchunk Width?
something like TextChunk.GetWidth() which to get a character width..not the TextChunk.CharSpaceWidth
6 Replies
What is TextChunk?
something like
sadly, there is no
.GetWidth()
and .GetWidthPoint()
identifierIs
TextChunk
from some library?
if I google it, I see a TextChunk in iText. Is that what you're using?yup, it is
I realize that it need iTextSharp 7..Right now I'm using 5.13..does the iTextSharp version 7 require a license?
Not familiar with that library. And I'm not able to find much in terms of documentation. Looking at the decompiled TextChunk, doesn't seem like there would be any functionality for getting the width from that class. But maybe from some sort of parent, wherever the textchunk is written to?
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.