You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pons Rudy (JIRA)" <ji...@apache.org> on 2010/06/02 19:33:39 UTC

[jira] Updated: (HARMONY-6530) [classlib][fontlib] Implements TrueType composite glyphs

     [ https://issues.apache.org/jira/browse/HARMONY-6530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pons Rudy updated HARMONY-6530:
-------------------------------

    Component/s: Classlib

> [classlib][fontlib] Implements TrueType composite glyphs
> --------------------------------------------------------
>
>                 Key: HARMONY-6530
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6530
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Pons Rudy
>         Attachments: HARMONY-6530.patch
>
>
> Fontlib doesn't parse composite glyph for TrueType fonts. IllegalPathStateException will be thrown when attempting to render composite glyph with fontlib (in headless environment, or with -Djava.awt.fontlib=true option)
> Ex:
> new Font(null).createGlyphVector(new FontRenderContext(new AffineTransform(), false, false), new StringCharacterIterator("$é"));
> throw an exception.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.