Merge pull request #13489 from Snuffleupagus/hasEOL-TextItem-docs

Add `hasEOL` to the `TextItem` typedef in the API (PR 13257 follow-up)
This commit is contained in:
Jonas Jenwald 2021-06-04 11:16:43 +02:00 committed by GitHub
commit ed9d5c4ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1057,7 +1057,8 @@ class PDFDocumentProxy {
* @property {number} width - Width in device space.
* @property {number} height - Height in device space.
* @property {string} fontName - Font name used by PDF.js for converted font.
*
* @property {boolean} hasEOL - Indicating if the text content is followed by a
* line-break.
*/
/**