bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug awt/24402] New: TextLayout is largely unimplemented (e.g. GdkTextLa


From: mark at gcc dot gnu dot org
Subject: [Bug awt/24402] New: TextLayout is largely unimplemented (e.g. GdkTextLayout.getCharacterLevel)
Date: 16 Oct 2005 19:18:11 -0000

java.awt.font.TextLayout delegates most calls to the font peer, but the gtk+
font peer just throws Error("Not implemented") for most font calls.

In particular TextLayout.getCharacterLevel(int) is needed for Batik and the
DaCapo benchmarks.

java.lang.Error: not implemented
   at gnu.java.awt.peer.gtk.GdkTextLayout.getCharacterLevel
(GdkTextLayout.java:308)
   at java.awt.font.TextLayout.getCharacterLevel (TextLayout.java:205)
   at org.apache.batik.gvt.text.BidiAttributedCharacterIterator.<init> (Unknown
Source)
   at org.apache.batik.gvt.renderer.StrokingTextPainter.getTextRuns (Unknown
Source)
   at org.apache.batik.gvt.renderer.StrokingTextPainter.getBounds2D (Unknown
Source)
   at org.apache.batik.gvt.TextNode.getPrimitiveBounds (Unknown Source)
   [...]


-- 
           Summary: TextLayout is largely unimplemented (e.g.
                    GdkTextLayout.getCharacterLevel)
           Product: classpath
           Version: 0.18
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: awt
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mark at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24402





reply via email to

[Prev in Thread] Current Thread [Next in Thread]