What font does the StyledDocument associated with a JTextPane use? By default, does it use the same font as the JTextPane? In particular, I’m wondering about the font size.
What font does the StyledDocument associated with a JTextPane use? By default, does it
Share
StyledDocument is just interface. Interface doesn’t have any font.
If you take a look at the DefaultStyledDocument class (implementing the interface).
Then in the StyleContext’s sources
Then in the StyleConstants.