Remove getAlignmentBaseline and getBaselineShift methods, use property methods instead.

This commit is contained in:
Nikolay Demyankov
2018-03-14 17:00:38 +01:00
parent ef8b687ff0
commit f7c81ef368
3 changed files with 30 additions and 30 deletions
-2
View File
@@ -24,7 +24,5 @@
- (void)releaseCachedPath;
- (CGPathRef)getGroupPath:(CGContextRef)context;
- (CTFontRef)getFontFromContext;
- (NSString*) getAlignmentBaseline;
- (NSString*) getBaselineShift;
@end