home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / TextSizingExample / FixedSizeAspect.h < prev    next >
Text File  |  1996-04-17  |  191b  |  15 lines

  1. /*
  2.         FixedSizeApsect.h
  3.         TextSizingExample
  4.  
  5.         Author: Mike Ferris
  6. */
  7.  
  8. #import "Aspect.h"
  9.  
  10. @interface FixedSizeAspect : Aspect {
  11.     NSLayoutManager *_layoutManager;
  12. }
  13.  
  14. @end
  15.