-
Notifications
You must be signed in to change notification settings - Fork 683
Closed
Labels
not a bugnot a bug / user error / unable to reproducenot a bug / user error / unable to reproduce
Description
Describe the bug
Recently, I find a bug with function [ Page.add_freetext_annot() ].
When i put text with half-width character, just like '9999キ', '9999ウ' or '9999タ', the number '9999' will display with full-with mode.
But when i double click with this freetext annotation , It's back to normal, confused a lot.
Code
page.add_freetext_annot(rect=fitz.Rect(353, 687, 365, 750), text='9999タ', align=1, rotate=90,
fontname='HeIt', fontsize=12, fill_color=(1, 0.75, 0.80))

Metadata
Metadata
Assignees
Labels
not a bugnot a bug / user error / unable to reproducenot a bug / user error / unable to reproduce