mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Video editor fixes
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
- (instancetype)initWithEntity:(TGPhotoPaintTextEntity *)entity;
|
||||
- (void)setFont:(TGPhotoPaintFont *)font;
|
||||
- (void)setSwatch:(TGPaintSwatch *)swatch;
|
||||
- (void)setStroke:(bool)stroke;
|
||||
- (void)setStyle:(TGPhotoPaintTextEntityStyle)style;
|
||||
|
||||
@property (nonatomic, readonly) bool isEditing;
|
||||
- (void)beginEditing;
|
||||
@@ -35,5 +35,7 @@
|
||||
@property (nonatomic, strong) UIColor *strokeColor;
|
||||
@property (nonatomic, assign) CGFloat strokeWidth;
|
||||
@property (nonatomic, assign) CGPoint strokeOffset;
|
||||
@property (nonatomic, strong) UIColor *frameColor;
|
||||
@property (nonatomic, assign) CGFloat frameWidthInset;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user