mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Added method [NSMutableAttributedString
readFromURL:options:documentAttributes:]. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10919 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
91e18c2ded
commit
2d31bc8fb0
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@ enum
|
|||
- (void) fixFontAttributeInRange: (NSRange)range;
|
||||
- (void) fixParagraphStyleAttributeInRange: (NSRange)range;
|
||||
- (void) fixAttachmentAttributeInRange: (NSRange)range;
|
||||
|
||||
- (BOOL) readFromURL: (NSURL *)url
|
||||
options: (NSDictionary *)options
|
||||
documentAttributes: (NSDictionary**)documentAttributes;
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue