Thanks Alex for pointing this out. I'll fix right away. I had not
previously compiled (or used) any of the examples, so did not notice this
breakage.

G.

On Fri, Mar 2, 2012 at 7:22 AM, Alexios Giotis <alex.gio...@gmail.com>wrote:

> Hi Glenn,
>
> The complex scripts patch seems to have broken
> examples/embedding/java/embedding/ExampleJava2D2PDF.java
>
> It would be good if by default the examples are compiled to avoid this in
> future. The fix is really easy:
>
>
> @@ -66,7 +66,8 @@
>                 throws ConfigurationException {
>
>         PDFDocumentGraphics2DConfigurator configurator = new
> PDFDocumentGraphics2DConfigurator();
> -        configurator.configure(g2d, cfg);
> +        boolean useComplexScriptFeatures = false;
> +        configurator.configure(g2d, cfg, useComplexScriptFeatures);
>     }
>
>
>
> Alex Giotis
>
>
>

Reply via email to