Am 08.05.2017 um 16:04 schrieb Maruan Sahyoun:
could you point me to one - I'll adjust 'mine' accordingly.


    public void testPDFBox3379() throws IOException
    {
        InputStream is;
        try
        {
            // don't want to include this font into source download (300KB)
            System.out.println("Downloading DejaVuSansMono font...");
is = new URL("https://issues.apache.org/jira/secure/attachment/12809395/DejaVuSansMono.ttf";).openStream();
            System.out.println("Download finished!");
        }
        catch (IOException ex)
        {
System.err.println("DejaVuSansMono font could not be downloaded, test skipped");
            return;
        }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to