Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
|
#import "CPTPlatformSpecificDefines.h"
#import "CPTTextStylePlatformSpecific.h"
#import "CPTDefinitions.h"
Go to the source code of this file.
Classes | |
class | CPTTextStyle |
Immutable wrapper for various text style properties. More... | |
category | CPTTextStyle(CPTPlatformSpecificTextStyleExtensions) |
Platform-specific extensions to CPTTextStyle. More... | |
category | NSString(CPTTextStyleExtensions) |
NSString extensions for drawing styled text. More... | |
Typedefs | |
typedef NSArray< CPTTextStyle * > | CPTTextStyleArray |
An array of text styles. More... | |
typedef NSMutableArray< CPTTextStyle * > | CPTMutableTextStyleArray |
A mutable array of text styles. More... | |
typedef NSMutableArray<CPTTextStyle *> CPTMutableTextStyleArray |
A mutable array of text styles.
typedef NSArray<CPTTextStyle *> CPTTextStyleArray |
An array of text styles.