Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
c76cb60ab5
commit
2cde2c246d
@@ -538,7 +538,7 @@ export function CustomFormBuilder() {
|
||||
}
|
||||
|
||||
doc.setFontSize(fontSize);
|
||||
const lineH = fontSize * 1.4;
|
||||
const lineH = fontSize * lineHeight;
|
||||
|
||||
// Group runs into visual lines (split where applied text contains "\n").
|
||||
const runsToLines = (runs: InlineRun[]): InlineRun[][] => {
|
||||
|
||||
Reference in New Issue
Block a user