From 2cee670f99bba6049f7533afbe092ae36f027391 Mon Sep 17 00:00:00 2001 From: dothinking Date: Sat, 6 Jan 2024 00:07:30 +0800 Subject: [PATCH] set helv (base 14 font) as default font; fix #216, #235, #237, #241 --- pdf2docx/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2docx/common/constants.py b/pdf2docx/common/constants.py index 2cfaaa2..41d0a1b 100644 --- a/pdf2docx/common/constants.py +++ b/pdf2docx/common/constants.py @@ -87,4 +87,4 @@ [0xA490, 0xA4CF], # Yi Radicals ] -DEFAULT_FONT_NAME = 'Arial' \ No newline at end of file +DEFAULT_FONT_NAME = 'helv' \ No newline at end of file