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

java : win32 Java2 fontmetrics fix caused difference from 1.1.8 platform metrics

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.3.1_02
    • 1.3.1, 1.3.1_02
    • client-libs
    • 2d
    • 02
    • x86
    • generic

        There is an incompatibility issue between JDK1.1.X and Java2.(JDK1.2.X, JDK1.3.X
        and JDK1.4)

        The attached program(Test01.java) measures the fonts' width, height,
        max advance.You can see each different value return from java API.

        Some java application uses the above return value as size of awt(swing)
        components.
        So the view of application based on JDK1.1.8 changes with Java2
        like attached image(view)

        1. Reproduce

         1) Compile the attached program, Test01.java
         2) Invoke the program.
           -> You can see a dialogue
         3) Click the button in the above dialogue
           -> You can see some messgage in MS-DOS console as follows.

        FONT Name,FONT Size,FONT Style,MaxAdvance,Ascent,Descent,Leading,'m' Width,'M' W
        idth,"Mm" Width,"MmòµÄÜ" Width
        Serif,12,0,20,13,3,1,9,12,21,45,
        Sans-serif,12,0,20,12,3,0,11,10,21,39,
        Monospaced,12,0,20,13,4,0,6,6,12,36,
        Dialog,12,0,20,13,3,0,11,9,20,44,
        DialogInput,12,0,20,13,4,0,7,7,14,38,
        Serif,12,1,20,13,3,1,10,11,21,46,
        Sans-serif,12,1,20,12,3,0,12,11,23,43,
        Monospaced,12,1,20,13,4,0,7,7,13,39,
        Dialog,12,1,20,13,3,0,11,10,21,46,
        DialogInput,12,1,20,13,4,0,7,7,14,39,
        Serif,12,2,20,13,3,1,9,10,19,43,
        Sans-serif,12,2,20,12,3,0,11,10,21,39,
        Monospaced,12,2,20,13,4,0,6,6,12,36,
        Dialog,12,2,20,13,3,0,11,9,20,44,
        DialogInput,12,2,20,13,4,0,7,7,14,38,

         4) Invoke the step 1) program with 1.1.8 and 1.3.0fcs.

        2. Configration
          
          This happens on any verion of windows(98/NT/2k).

        3. Attatchments

          - Test01.java : Test program to measure fonts' information
          - Fontsize-eng.xls : Summary of the result with each jdk

          - yoko.tar : Test program to show the different view
          - width118.bmp : the result view witj JDK118 (Correct example)
          - width130.bmp : the result view witj JDK130 (incorrect example)

        4. Note
          
         The attached programs can not be compiled without some user libraries.
         However, that is big size library.
         So, I do not attach the library and send that later.

        ================================================================================

              prr Philip Race
              tbaba Tadayuki Baba (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: