|
CartoType iOS API 9.2-12-g6c2dcf66f
for development in Swift and Objective C for iOS and Mac OS
|
#import <CartoTypeBase.h>
Instance Methods | |
| (id) | - initWithBlendStyle: |
| (const void *) | - blendStyle |
Properties | |
| NSString * | styles |
| CtColor | mainColor |
| CtColor | borderColor |
| CtColor | textColor |
| CtColor | textGlowColor |
| CtColor | iconColor |
A rule to modify a certain style or styles. The colors are blended with colors in a style, using their alpha values as the blend fraction.
| - (const void *) blendStyle |
Returns a pointer to the C++ blend style: for internal use only.
| - (id) initWithBlendStyle: | (void *) | aBlendStyle |
Initializes a CtBlendStyle with a C++ blend style: for internal use only.
|
readwritenonatomicassign |
If not null, the color to be blended with border colors.
|
readwritenonatomicassign |
If not null, the forced color for icons.
|
readwritenonatomicassign |
The color to be blended with the colors in the style.
|
readwritenonatomicassign |
A space or comma separated list of wild-card style names. The special name '[legend]' is used for the legend, scale, copyright notice and turn instructions.
|
readwritenonatomicassign |
If not null, the color to be blended with text colors.
|
readwritenonatomicassign |
If not null, the color to be blended with text glow colors.