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

@property (nullable, nonatomic, copy) NSArray<NSNumber*> *pointSizeScaleFactors

Discussion

This array should be in descending order and NOT contain the scale factor 1.0. For example, it could return @[@(.9), @(.85), @(.8)]; @default nil (no scaling)

Declared In

ASTextNode+Beta.h

  textContainerInset

Text margins for text laid out in the text node.

@property (nonatomic, assign) UIEdgeInsets textContainerInset

Discussion

defaults to UIEdgeInsetsZero. This property can be useful for handling text which does not fit within the view by default. An example: like UILabel, ASTextNode will clip the left and right of the string “judar” if it’s rendered in an italicised font.

Declared In

ASTextNode+Beta.h