This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 91041 - LabelWidget does not support "..." when a label is bigger then the widget size
Summary: LabelWidget does not support "..." when a label is bigger then the widget size
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-13 21:12 UTC by David Kaspar
Modified: 2010-04-01 14:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2006-12-13 21:12:49 UTC
LabelWidget does not support "..." when a label is bigger then the widget size.

For now it is not implemented because of remaining problem with font rendering
hinting - this cause that label boundary does not scale linearly with the
zoom-factor.

The LabelWidget has to have an ability to disable the hinting and using
GlyphVector for rendering, then the scaling will be correct and the "..."
feature could be implemented.