Bug 20757 - FontMetrics.getStringBounds() missing
Summary: FontMetrics.getStringBounds() missing
Status: RESOLVED FIXED
Alias: None
Product: classpath
Classification: Unclassified
Component: awt (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: 0.19
Assignee: Thomas Fitzsimmons
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-04 21:16 UTC by Michael Koch
Modified: 2005-10-05 15:21 UTC (History)
3 users (show)

See Also:
Host: i686-pc-linux-gnu
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-07-05 02:01:30


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Koch 2005-04-04 21:16:31 UTC
The following methods are missing java.aawr: 
 
java.awt.FontMetrics.getMaxCharBounds(java.awt.Graphics) 
java.awt.FontMetrics.getStringBounds(java.lang.String, int, int, 
java.awt.Graphics) 
java.awt.FontMetrics.getStringBounds(java.lang.String, java.awt.Graphics) 
java.awt.FontMetrics.getStringBounds(java.text.CharacterIterator, int, int, 
java.awt.Graphics) 
java.awt.FontMetrics.getStringBounds(char[], int, int, java.awt.Graphics) 
java.awt.FontMetrics.hasUniformLineMetrics()
Comment 1 Andrew Pinski 2005-04-05 23:25:30 UTC
Confirmed.
Comment 2 Thomas Fitzsimmons 2005-10-05 15:21:01 UTC
Fixed.  Closing.