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/05/28 17:21:38 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:
-------------------------------

    Attachment: HARMONY-6530.patch

Implements composite glyph parsing.
ROUND_XY_TO_GRID and WE_HAVE_INSTRUCTIONS flags are not implemented in this patch, but I have no problems to render composite glyphs I have tested.

> [classlib][fontlib] Implements TrueType composite glyphs
> --------------------------------------------------------
>
>                 Key: HARMONY-6530
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6530
>             Project: Harmony
>          Issue Type: Sub-task
>            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.