Results 1 to 3 of 3

Thread: JAR embedded font

  1. #1
    Join Date
    Mar 2008
    Location
    Behind you...
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Post JAR embedded font

    Hi, is it possible to embed a font in a JAR-package?
    Because I have a small program that uses a custom font, but I want to be sure that the text displays correctly on other computers as well.

    Thanks in advance!

  2. #2
    Join Date
    Jul 2008
    Beans
    1,491

    Re: JAR embedded font

    Yes, through a combination of Font.createFont() and ClassLoader.getResourceAsStream().

  3. #3
    Join Date
    Mar 2008
    Location
    Behind you...
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: JAR embedded font

    Got it working, thanks Reiger.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •