Re: [11] Review request : JDK-8195806 : Eliminate dependency on sun.font.lookup in javafx.graphics

2018-02-27 Thread Kevin Rushforth
f this webrev. Request your guidance in this regard. Regards, Ajit -Original Message- From: Philip Race Sent: Wednesday, February 14, 2018 12:52 PM To: Ajit Ghaisas Cc: Kevin Rushforth; openjfx-dev@openjdk.java.n

RE: [11] Review request : JDK-8195806 : Eliminate dependency on sun.font.lookup in javafx.graphics

2018-02-27 Thread Ajit Ghaisas
K "https://bugs.openjdk.java.net/browse/JDK-8198752"JDK-8198752 to handle that.   Regards, Ajit   From: Phil Race Sent: Thursday, February 15, 2018 10:44 PM To: Ajit Ghaisas Cc: Kevin Rushforth; openjfx-dev@openjdk.java.net Subject: Re: [11] Review request : JDK-8195806 : Eliminate dependency on

Re: [11] Review request : JDK-8195806 : Eliminate dependency on sun.font.lookup in javafx.graphics

2018-02-15 Thread Phil Race
dent from the code changes that I have done as part of this webrev. Request your guidance in this regard. Regards, Ajit -Original Message- From: Philip Race Sent: Wednesday, February 14, 2018 12:52 PM To: Ajit Ghaisas Cc: Kevin Rushforth; openjfx-dev@openjdk.java.n

RE: [11] Review request : JDK-8195806 : Eliminate dependency on sun.font.lookup in javafx.graphics

2018-02-14 Thread Ajit Ghaisas
your guidance in this regard. Regards, Ajit -Original Message- From: Philip Race Sent: Wednesday, February 14, 2018 12:52 PM To: Ajit Ghaisas Cc: Kevin Rushforth; openjfx-dev@openjdk.java.net Subject: Re: [11] Review request : JDK-8195806 : Eliminate dependency on

Re: [11] Review request : JDK-8195806 : Eliminate dependency on sun.font.lookup in javafx.graphics

2018-02-13 Thread Philip Race
Well that removes the dependency but how are you fixing the problem of how else to find the font ? There needs to be alternate code or you need to go back to see what would happen if some code tried to locate that font and how it would fail. -phil. On 2/13/18, 11:11 PM, Ajit Ghaisas wrote: Hi