ASTextNode() Category Reference

Declared in ASTextNode+Beta.h

  pointSizeScaleFactors

An array of descending scale factors that will be applied to this text node to try to make it fit within its constrained size @default nil (no scaling)

@property (nullable, nonatomic, copy) NSArray *pointSizeScaleFactors

Declared In

ASTextNode+Beta.h

  layoutManagerCreationBlock

A block to provide a hook to provide a custom NSLayoutManager to the ASTextKitRenderer

@property (nullable, nonatomic, copy) NSLayoutManager *^ ) ( void ) layoutManagerCreationBlock

Declared In

ASTextNode+Beta.h

  textStorageCreationBlock

A block to provide a hook to provide a NSTextStorage to the TextKit’s layout manager.

@property (nullable, nonatomic, copy) NSTextStorage *^ ) ( NSAttributedString *_Nullable attributedString ) textStorageCreationBlock

Declared In

ASTextNode+Beta.h