Skip to content

Commit

Permalink
Fix DTRichTextEditor building
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Jul 7, 2015
1 parent 41e680c commit 1c4db3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Core/Source/DTCoreTextFontDescriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright 2011 Drobnik.com. All rights reserved.
//

#import <DTCoreText/DTCoreText.h>

/**
This class describes the attributes of a font. It is used to represent fonts throughout the parsing and when needed is able to generated matching `CTFont` instances.
*/
Expand Down
3 changes: 2 additions & 1 deletion Core/Source/NSAttributedString+DTCoreText.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#import "DTCompatibility.h"
#import "NSAttributedString+DTCoreText.h"
#import "DTHTMLWriter.h"
#import "NSURL+DTComparing.h"
#import "DTCoreTextConstants.h"
#import "DTCoreTextFontDescriptor.h"
#import "DTCoreTextParagraphStyle.h"
Expand All @@ -19,6 +18,8 @@
#import "NSDictionary+DTCoreText.h"
#import "NSAttributedStringRunDelegates.h"

#import <DTFoundation/NSURL+DTComparing.h>

#if TARGET_OS_IPHONE
#import "UIFont+DTCoreText.h"
#endif
Expand Down

0 comments on commit 1c4db3c

Please sign in to comment.