pdfminer icon indicating copy to clipboard operation
pdfminer copied to clipboard

Can we add the functionality to return the 'Font Size' from pdfminer.layout.LTChar class?

Open abhibisht89 opened this issue 6 years ago • 0 comments

Can we add this functionality. As this would be helpful for separating out different sections and finding out the continuation of text in a line in the pdf. I have check the code from LTChar class in layout.py file and see that we have "fontsize" available there. As in the same class we have get_text() also. same way we can have get_font_size().

Is there a reason why we are not returning "fontsize"?

abhibisht89 avatar Nov 15 '18 10:11 abhibisht89