Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4488007

Feature request: Dynamic loading of Type1 fonts using java.awt.Font.createFont.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.4.0
    • client-libs
    • 2d
    • generic
    • generic



      Name: bsC130419 Date: 08/03/2001


      $ ./java -version
      java version "1.4.0-beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
      Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)



      Feature request: Loading Type1 fonts using createFont.

      Background:
      It is currently only possible to create TrueType fonts using the method "public
      static Font createFont(int, InputStream)" in java.awt.Font. It is, however,
      possible to use Type1 fonts, but only if they are statically loaded at the time
      of VM startup. For our project, we need to be able to dynamically load Type 1
      fonts in a similar manner.

      Implementation suggestion:
      A new constant, TYPE1_FONT != TRUETYPE_FONT in java.awt.Font needs to be
      created, and createFont(int, InputStream) needs to be able to dynamically load
      such a font when the TYPE1_FONT constant is used.
      (Review ID: 129357)
      ======================================================================

            Unassigned Unassigned
            bstrathesunw Bill Strathearn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: