Skip to content

Commit ed9d5c4

Browse files
Merge pull request #13489 from Snuffleupagus/hasEOL-TextItem-docs
Add `hasEOL` to the `TextItem` typedef in the API (PR 13257 follow-up)
2 parents 9165dc0 + 4b1c4d2 commit ed9d5c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/display/api.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,8 @@ class PDFDocumentProxy {
10571057
* @property {number} width - Width in device space.
10581058
* @property {number} height - Height in device space.
10591059
* @property {string} fontName - Font name used by PDF.js for converted font.
1060-
*
1060+
* @property {boolean} hasEOL - Indicating if the text content is followed by a
1061+
* line-break.
10611062
*/
10621063

10631064
/**

0 commit comments

Comments
 (0)