PAGTextLayer Class Reference

Inherits from PAGLayer : NSObject
Declared in PAGTextLayer.h

– fillColor

Returns the TextLayer’s fill color.

- (CocoaColor *)fillColor

Declared In

PAGTextLayer.h

– setFillColor:

Sets the TextLayer’s fill color.

- (void)setFillColor:(CocoaColor *)color

Declared In

PAGTextLayer.h

– font

Returns the TextLayer’s font.

- (PAGFont *)font

Declared In

PAGTextLayer.h

– setFont:

Sets the TextLayer’s font.

- (void)setFont:(PAGFont *)font

Declared In

PAGTextLayer.h

– fontSize

Returns the TextLayer’s font size.

- (CGFloat)fontSize

Declared In

PAGTextLayer.h

– setFontSize:

Sets the TextLayer’s font size.

- (void)setFontSize:(CGFloat)size

Declared In

PAGTextLayer.h

– strokeColor

Returns the TextLayer’s stroke color.

- (CocoaColor *)strokeColor

Declared In

PAGTextLayer.h

– setStrokeColor:

Sets the TextLayer’s stroke color.

- (void)setStrokeColor:(CocoaColor *)color

Declared In

PAGTextLayer.h

– text

Returns the TextLayer’s text.

- (NSString *)text

Declared In

PAGTextLayer.h

– setText:

Set the TextLayer’s text.

- (void)setText:(NSString *)text

Declared In

PAGTextLayer.h

– reset

Reset the text layer to its default text data.

- (void)reset

Declared In

PAGTextLayer.h