Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTTextStyle.h File Reference
+ Include dependency graph for CPTTextStyle.h:
+ This graph shows which files directly or indirectly include this file:

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 Documentation

◆ CPTMutableTextStyleArray

A mutable array of text styles.

◆ CPTTextStyleArray

An array of text styles.