Missing public API: FPDFTextObj_SetFontSize (getter exists, setter doesn't)
20 views
Skip to first unread message
Bill Denney
unread,
May 20, 2026, 2:38:22 PMMay 20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfium
I'm working to build an R binding for PDFium, and I found what appears to be a missing feature to set the font size (without recreating the text object). Would this feature be of interest?
I'm happy to submit to Gerritt the small code update noted in the issue log, if of interest.
Thanks,
Bill
Lei Zhang
unread,
May 20, 2026, 2:44:02 PMMay 20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bill Denney, pdfium
Hi again,
Sounds reasonable to have. Please see
https://pdfium-review.googlesource.com/131231 as an example of the
work involved in adding a new API. Please remember to add tests to
demonstrate that the API works.