Skip to content

Commit 4d0e228

Browse files
WardenDrewHackbrettXXX
authored andcommitted
Update split_text_to_size.js
1 parent d8bfc9f commit 4d0e228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/split_text_to_size.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ import { jsPDF } from "../jspdf.js";
108108
* of the string will be that much.
109109
*
110110
* Multiply by font size to get actual width in *points*
111-
* Then divide by 72 to get inches or divide by (72/25.6) to get 'mm' etc.
111+
* Then divide by 72 to get inches or divide by (72/25.4) to get 'mm' etc.
112112
*
113113
* @name getStringUnitWidth
114114
* @public

0 commit comments

Comments
 (0)