pescuma / swt-paperclips

Automatically exported from code.google.com/p/swt-paperclips
0 stars 0 forks source link

TextPrintIterator interface #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We have a TextPrintPiece extension interface for querying the ascent of a 
print piece.  We also need an interface for this for PrintIterator so that 
the ascent can be factored into minimumSize / preferredSize.

StyledTextIterator and TextIterator need to implement this interface, and 
StyledTextIterator methods minimumSize() and preferredSize() should use 
this interface to produce more intelligent size estimates. 

See http://groups.google.com/group/swt-
paperclips/browse_thread/thread/66800cd2eda0e700

Original issue reported on code.google.com by qualidaf...@gmail.com on 22 Feb 2010 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by qualidaf...@gmail.com on 22 Feb 2010 at 8:44