You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This functionality was added in After Effects (Beta) 24.4 and is subject to change while it remains in Beta.
112
+
This functionality was added in After Effects 24.6
113
113
114
114
**Description**
115
115
116
116
It is perfectly legal and common for more than one :ref:`fontobject` to return the same value for :ref:`postScriptName<FontObject.postScriptName>` but as this can sometimes lead to confusion about what :ref:`fontobject` will actually be used when using :ref:`TextDocument.font` or the ``.font`` attribute of a :ref:`CharacterRange object<CharacterRange>`, this property exists to both reveal what duplicates exist and also their relative order.
117
117
118
-
This an Array in which each element is an Array of :ref:`Font objects<FontObject>`, where the 0th element :ref:`fontobject` is considered the primary :ref:`fontobject` for the given PostScript name.
118
+
This returns an Array in which each element is an Array of :ref:`Font objects<FontObject>`, where the 0th element :ref:`fontobject` is considered the primary :ref:`fontobject` for the given PostScript name.
119
119
120
120
**Type**
121
121
122
-
Array of Arrays of :ref:`fontobject`; read-only.
122
+
Array of Arrays of :ref:`Font Objects<fontobject>`; read-only.
0 commit comments