[
https://issues.apache.org/jira/browse/PDFBOX-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710755#comment-14710755
]
Maruan Sahyoun commented on PDFBOX-2941:
----------------------------------------
I'm not so much into UI programming so my comments might not apply.
Having said that couldn't we we use {{UIManager.getDefaults()}} to retrieve the
default settings an use either the Panel or the TextPane font. E.g.
{code}
Font textPaneFont = UIManager.getDefaults().getFont("TextPane.font");
int textPaneFontSize = textPaneFont.getSize();
{code}
> Improve PDFDebugger (2)
> -----------------------
>
> Key: PDFBOX-2941
> URL: https://issues.apache.org/jira/browse/PDFBOX-2941
> Project: PDFBox
> Issue Type: Improvement
> Components: Utilities
> Affects Versions: 2.0.0
> Reporter: Tilman Hausherr
> Attachments: screenshot_debugger_new.png, screenshot_debugger_old.png
>
>
> This is a follow-up issue to PDFBOX-2530 to implement extra ideas that came
> up in GSoC2015, ideas that were not implemented due to lack of time, and new
> ideas.
> - save modified PDFs
> - refactor PDFDebugger.java
> - render glyphs of fonts
> - editing in hex viewer
> - refactor StreamPane to share stream filtering among Text view and hex view
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]