Layout Improvements (New Fonts)
This commit is contained in:
@@ -23,13 +23,14 @@
|
||||
- (instancetype)initWithParent:(MPLayout *)parent;
|
||||
|
||||
#pragma mark Properties
|
||||
- (NSFont *)font;
|
||||
- (CGFloat)fontSize;
|
||||
- (NSFont *)normalFont;
|
||||
- (NSFont *)normalFontWithSize:(CGFloat)size;
|
||||
- (NSFont *)specialFontWithSize:(CGFloat)size;
|
||||
- (CGFloat)contextInferredFontSize;
|
||||
- (CGFloat)normalFontSize;
|
||||
- (NSFont *)smallFont;
|
||||
- (CGFloat)smallFontSize;
|
||||
|
||||
- (NSFont *)font;
|
||||
|
||||
#pragma mark Cache Tree
|
||||
@property (readonly, nonatomic, weak) MPLayout *parent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user