NSTextEffect Enum

Definition

An enumeration whose values specify text effects (e.g., Letterpress). Used with TextEffect.

public enum NSTextEffect
type NSTextEffect = 
Inheritance
NSTextEffect

Fields

LetterPressStyle 1

A style that looks like paper that has been layered and pressed onto the page.

None 0

No style.

UnknownUseWeakEffect 2

This value is returned when the underlying WeakTextEffect can not be mapped to one of the strongly typed known enumeration values. In that case use the WeakTextEffect value to determine what kind of effect is being applied.

Applies to