API  1.0.0
CPSimpleTypesetter Class Reference

#import <CPSimpleTypesetter.h>

+ Inheritance diagram for CPSimpleTypesetter:

Instance Methods

(CPTextContainer- currentTextContainer
 
(void) - layoutGlyphsInLayoutManager:startingAtGlyphIndex:maxNumberOfLineFragments:nextGlyphIndex:
 
(CPLayoutManager- layoutManager
 
(void) - setCurrentTextContainer:
 
(void) - setLayoutManager:
 
(CPArray) - textContainers
 
(CPTextTab- textTabForWidth:writingDirection:
 
- Instance Methods inherited from CPTypesetter
(CPTypesetterControlCharacterAction) - actionForControlCharacterAtIndex:
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(id) - init
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Class Methods

(id) + sharedInstance
 
- Class Methods inherited from CPTypesetter
(void) + initialize
 
(id) + sharedSystemTypesetter
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 2 of file CPSimpleTypesetter.h.

Method Documentation

◆ currentTextContainer()

- (CPTextContainer) currentTextContainer
implementation

Synthesized accessor method.

Reimplemented from CPTypesetter.

Provided by category CPSimpleTypesetter(CPSynthesizedAccessors).

Definition at line 447 of file CPTypesetter.j.

◆ layoutGlyphsInLayoutManager:startingAtGlyphIndex:maxNumberOfLineFragments:nextGlyphIndex:()

- (void) layoutGlyphsInLayoutManager: (CPLayoutManager layoutManager
startingAtGlyphIndex: (unsigned)  glyphIndex
maxNumberOfLineFragments: (unsigned)  maxNumLines
nextGlyphIndex: (UIntegerReference)  nextGlyph 
implementation

Reimplemented from CPTypesetter.

Definition at line 214 of file CPTypesetter.j.

◆ layoutManager()

- (CPLayoutManager) layoutManager
implementation

Synthesized accessor method.

Reimplemented from CPTypesetter.

Provided by category CPSimpleTypesetter(CPSynthesizedAccessors).

Definition at line 431 of file CPTypesetter.j.

◆ setCurrentTextContainer:()

- (void) setCurrentTextContainer: (CPTextContainer aValue
implementation

Synthesized accessor method.

Provided by category CPSimpleTypesetter(CPSynthesizedAccessors).

Definition at line 455 of file CPTypesetter.j.

◆ setLayoutManager:()

- (void) setLayoutManager: (CPLayoutManager aValue
implementation

Synthesized accessor method.

Provided by category CPSimpleTypesetter(CPSynthesizedAccessors).

Definition at line 439 of file CPTypesetter.j.

◆ sharedInstance()

+ (id) sharedInstance
implementation

Definition at line 120 of file CPTypesetter.j.

◆ textContainers()

- (CPArray) textContainers
implementation

Reimplemented from CPTypesetter.

Definition at line 128 of file CPTypesetter.j.

◆ textTabForWidth:writingDirection:()

- (CPTextTab) textTabForWidth: (double)  aWidth
writingDirection: (CPWritingDirection)  direction 
implementation

Definition at line 133 of file CPTypesetter.j.


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