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

Remove duplicate font mapping for itcavantgarde in psfontj2d.properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P5 P5
    • tbd
    • 8, 11, 17, 21, 24, 25
    • client-libs
    • None
    • 2d

      Some entries in src/java.desktop/share/conf/psfontj2d.properties contain duplicate font mappings with identical keys and values. These duplicates are redundant and can be safely removed to improve the clarity and maintainability of the font configuration.

      Duplicate Entry:
      itcavantgarde=avantgarde_book
      This mapping appears more than once in the file and points to the same font resource. The entry has now been retained only once. This cleanup does not impact font functionality or behavior but helps eliminate unnecessary duplication in the configuration.

      Affected file:
      src/java.desktop/share/conf/psfontj2d.properties

            prr Philip Race
            sacharya Shruthi Acharya
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: