comparison dwt/graphics/TextLayout.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
41 * when those instances are no longer required. 41 * when those instances are no longer required.
42 * </p> 42 * </p>
43 * 43 *
44 * @since 3.0 44 * @since 3.0
45 */ 45 */
46 public final class TextLayout extends Resource { 46 public final class TextLayout : Resource {
47 47
48 NSTextStorage textStorage; 48 NSTextStorage textStorage;
49 NSLayoutManager layoutManager; 49 NSLayoutManager layoutManager;
50 NSTextContainer textContainer; 50 NSTextContainer textContainer;
51 Font font; 51 Font font;