Added MPExpressionLayout, MPFunctionLayout and MPExpressionStorage as Rendering System for Expressions
This commit is contained in:
21
MathPad/MPExpressionStorage.h
Normal file
21
MathPad/MPExpressionStorage.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// MPExpressionStorage.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 22.04.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPExpression.h"
|
||||
|
||||
@class MPExpressionStorage, MPExpressionLayout;
|
||||
|
||||
@interface MPExpressionStorage : MPMutableExpression
|
||||
|
||||
@property (nonatomic, strong) MPExpressionLayout *expressionLayout;
|
||||
|
||||
- (NSLayoutManager *)layoutManager;
|
||||
- (NSTextContainer *)textContainer;
|
||||
- (NSTextStorage *)textStorage;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user