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

Go to the source code of this file.

Enumerations

enum  CPTTextAlignment : NSInteger {
  CPTTextAlignmentLeft = NSTextAlignmentLeft, CPTTextAlignmentCenter = NSTextAlignmentCenter, CPTTextAlignmentRight = NSTextAlignmentRight, CPTTextAlignmentJustified = NSTextAlignmentJustified,
  CPTTextAlignmentNatural = NSTextAlignmentNatural
}
 Enumeration of paragraph alignments. More...
 

Enumeration Type Documentation

◆ CPTTextAlignment

Enumeration of paragraph alignments.

Enumerator
CPTTextAlignmentLeft 

Left alignment.

CPTTextAlignmentCenter 

Center alignment.

CPTTextAlignmentRight 

Right alignment.

CPTTextAlignmentJustified 

Justified alignment.

CPTTextAlignmentNatural 

Natural alignment of the text's script.