In TCPDF there is

GetCellHeight()

for measuring the height of a cell. But how do you measure the length or width of a string (or block of string) in TCPDF ?

link|improve this question

56% accept rate
feedback

1 Answer

You can easily find this kind of answers at the http://www.tcpdf.org and official forum. Anyway, the method to get the string length is GetStringWidth(). Check also the getNumLines() and getStringHeight() methods. The source code documentation is at http://www.tcpdf.org

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.