Re: [jira] Created: (HARMONY-1456) [classlib][awt]java.awt.Font.hasUniformLineMetrics() return true on Harmony while RI returns false

2006-09-19 Thread Oleg Khaschansky
I wanted to say that if RI always returns false then there's very small probability that any application developed for RI's classlib uses this. On 9/19/06, Ilya Okomin <[EMAIL PROTECTED]> wrote: On 9/19/06, Oleg Khaschansky <[EMAIL PROTECTED] > wrote: > +1. BTW, I can't imagine the application

Re: [jira] Created: (HARMONY-1456) [classlib][awt]java.awt.Font.hasUniformLineMetrics() return true on Harmony while RI returns false

2006-09-19 Thread Ilya Okomin
On 9/19/06, Oleg Khaschansky <[EMAIL PROTECTED] > wrote: +1. BTW, I can't imagine the application that could be affected by this difference. It may have sence if the application uses certain metrics for logical fonts according to the hasUniformLineMetrics() returned value. E.g. baseline offse

Re: [jira] Created: (HARMONY-1456) [classlib][awt]java.awt.Font.hasUniformLineMetrics() return true on Harmony while RI returns false

2006-09-19 Thread Oleg Khaschansky
+1. BTW, I can't imagine the application that could be affected by this difference. On 9/19/06, Ilya Okomin <[EMAIL PROTECTED]> wrote: Hi, community! I found for java.awt.Font.hasUniformLineMetrics() RI returns false for all fonts (physical/logical) while Harmony returns true for physical and f

Re: [jira] Created: (HARMONY-1456) [classlib][awt]java.awt.Font.hasUniformLineMetrics() return true on Harmony while RI returns false

2006-09-19 Thread Ilya Okomin
Hi, community! I found for java.awt.Font.hasUniformLineMetrics() RI returns false for all fonts (physical/logical) while Harmony returns true for physical and false for logical. Spec says: "Checks whether or not this Font has uniform line metrics. A logical Font might be a composite font, which m