Search:

Type: Posts; User: copeg

Search: Search took 0.12 seconds.

  1. Thread: Font Size

    by copeg
    Replies
    5
    Views
    4,129

    Re: Font Size

    You could try altering the default font the JEditorPane uses by setting the font via css


    ((HTMLDocument)editorPane.getDocument()).getStyleSheet().addRule(""+
    "body{"+...
  2. Thread: Font Size

    by copeg
    Replies
    5
    Views
    4,129

    Re: Font Size

    More info is needed. Based upon your other posts if you are setting the content type of the JEditorPane to html, I don't think the change in font makes a different and any changes should be specified...
Results 1 to 2 of 2