Fix types and glyph context nextX spacing handling.

This commit is contained in:
Mikael Sand
2017-12-31 04:23:58 +02:00
parent 9ab405cbec
commit f8b0d34c6a
3 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
@property (nonatomic, strong) NSString *spacing;
@property (nonatomic, strong) NSString *startOffset;
- (void)getPathLength:(CGFloat*)length lineCount:(NSInteger*)lineCount lengths:(NSArray* __strong *)lengths lines:(NSArray* __strong *)lines isClosed:(BOOL*)isClosed;
- (void)getPathLength:(CGFloat*)length lineCount:(NSUInteger*)lineCount lengths:(NSArray* __strong *)lengths lines:(NSArray* __strong *)lines isClosed:(BOOL*)isClosed;
@end