SYMapObjectTextStyle Class Reference

SYMapObject's text style. More...

#import <SYMapObjects.h>

Inheritance diagram for SYMapObjectTextStyle:
Collaboration diagram for SYMapObjectTextStyle:

Instance Methods

(nonnull instancetype) - init
 
(nonnull instancetype) - initWithFontSize:fontStyle:textColor:borderSize:borderColor:
 
(nonnull instancetype) - initWithFontFamily:fontSize:fontStyle:textColor:borderSize:borderColor:
 

Properties

NSString * fontFamily
 
CGFloat fontSize
 
CGFloat borderSize
 
SYMapObjectFontStyle fontStyle
 
UIColor * textColor
 
UIColor * borderColor
 

Detailed Description

SYMapObject's text style.

Method Documentation

◆ init()

- (nonnull instancetype) init

◆ initWithFontFamily:fontSize:fontStyle:textColor:borderSize:borderColor:()

- (nonnull instancetype) initWithFontFamily: (nonnull NSString *)  fontFamily
fontSize: (CGFloat)  fontSize
fontStyle: (SYMapObjectFontStyle)  fontStyle
textColor: (nonnull UIColor *)  textColor
borderSize: (CGFloat)  borderSize
borderColor: (nullable UIColor *)  borderColor 

◆ initWithFontSize:fontStyle:textColor:borderSize:borderColor:()

- (nonnull instancetype) initWithFontSize: (CGFloat)  fontSize
fontStyle: (SYMapObjectFontStyle)  fontStyle
textColor: (nonnull UIColor *)  textColor
borderSize: (CGFloat)  borderSize
borderColor: (nullable UIColor *)  borderColor 

Property Documentation

◆ borderColor

- (UIColor*) borderColor
readnonatomicassign

◆ borderSize

- (CGFloat) borderSize
readnonatomicassign

◆ fontFamily

- (NSString*) fontFamily
readnonatomicassign

◆ fontSize

- (CGFloat) fontSize
readnonatomicassign

◆ fontStyle

- (SYMapObjectFontStyle) fontStyle
readnonatomicassign

◆ textColor

- (UIColor*) textColor
readnonatomicassign

The documentation for this class was generated from the following file: