hg: openjfx/8/graphics/rt: Fixed RT-28631: Printing not working with custom fonts.

Richard Bair richard.bair at oracle.com
Thu Apr 18 14:14:02 PDT 2013


Yes, unfortunately this will be the case until b85 is released which is normally a Thursday / Friday thing. Phil changed some internals in the closed side which unfortunately means you're hosed until the new closed binary is released. We're getting close to having something completely build able on only open sources, which will make these sorts of problems go away.

Richard

On Apr 18, 2013, at 2:11 PM, Ali Ebrahimi <ali.ebrahimi1781 at gmail.com> wrote:

> Hi,
> This changeset causes my built fail:
> 
> :graphics:compileJava
> [ant:javac] F:\openjdk\openjfx\8\graphics\javafx\modules\graphics\src\main\java\
> com\sun\prism\j2d\J2DPrismGraphics.java:337: error: cannot find symbol
> [ant:javac]         if (peer == null && fr.isEmbeddedFont()) {
> [ant:javac]                               ^
> [ant:javac]   symbol:   method isEmbeddedFont()
> [ant:javac]   location: variable fr of type FontResource
> [ant:javac] Note: Some input files use or override a deprecated API.
> [ant:javac] Note: Recompile with -Xlint:deprecation for details.
> [ant:javac] Note: Some input files use unchecked or unsafe operations.
> [ant:javac] Note: Recompile with -Xlint:unchecked for details.
> [ant:javac] 1 error
> :graphics:compileJava FAILED
> 
> FAILURE: Build failed with an exception.
> 
> 
> Ali Ebrahimi
> 
> 
> On Wed, Apr 17, 2013 at 10:33 PM, <hang.vo at oracle.com> wrote:
> Changeset: 931b9fa049d2
> Author:    prr
> Date:      2013-04-17 10:45 -0700
> URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/931b9fa049d2
> 
> Fixed RT-28631: Printing not working with custom fonts.
> 
> ! prism-j2d/src/com/sun/prism/j2d/J2DFontFactory.java
> ! prism-j2d/src/com/sun/prism/j2d/J2DPrismGraphics.java
> ! prism-j2d/src/com/sun/prism/j2d/print/J2DPrinterJob.java
> 
> 



More information about the openjfx-dev mailing list