Skip to content

Commit 248b721

Browse files
Update for Text & Font APIs released with 24.6
1 parent 52b9a63 commit 248b721

File tree

3 files changed

+32
-36
lines changed

3 files changed

+32
-36
lines changed

docs/introduction/changelog.rst

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@ What's new and changed for scripting?
2121
- Added: :ref:`FontsObject.getDefaultFontForCTScript`
2222
- Added: :ref:`FontsObject.setDefaultFontForCTScript`
2323

24+
`After Effects 24.6 <https://helpx.adobe.com/after-effects/using/whats-new/2024-6.html>`_ (August 2024)
25+
********************************************************************************************************************************************************************************************
26+
27+
- Scripting methods and attributes added
28+
- Added: :ref:`FontsObject.favoriteFontFamilyList`
29+
- Added: :ref:`FontsObject.fontsDuplicateByPostScriptName`
30+
- Added: :ref:`FontsObject.freezeSyncSubstitutedFonts`
31+
- Added: :ref:`FontsObject.mruFontFamilyList`
32+
- Added: :ref:`FontsObject.substitutedFontReplacementMatchPolicy`
33+
- Added: :ref:`FontsObject.pollForAndPushNonSystemFontFoldersChanges`
34+
- Added: :ref:`TextDocument.boxAutoFitPolicy`
35+
- Added: :ref:`TextDocument.boxFirstBaselineAlignment`
36+
- Added: :ref:`TextDocument.boxFirstBaselineAlignmentMinimum`
37+
- Added: :ref:`TextDocument.boxInsetSpacing`
38+
- Added: :ref:`TextDocument.boxOverflow`
39+
- Added: :ref:`TextDocument.boxVerticalAlignment`
40+
2441
.. _Changelog.24.5:
2542

2643
`After Effects 24.5 <https://helpx.adobe.com/after-effects/using/whats-new/2024-5.html>`_ (May 2024)
@@ -37,16 +54,6 @@ What's new and changed for scripting?
3754

3855
- Added: :ref:`ThreeDModelLayer`
3956

40-
`After Effects 24.4 Beta build 24 <https://community.adobe.com/t5/after-effects-beta-discussions/scripting-new-and-updated-apis-for-font-management/td-p/14508673>`_ (March 2024)
41-
********************************************************************************************************************************************************************************************
42-
43-
- Added: :ref:`FontsObject.favoriteFontFamilyList`
44-
- Added: :ref:`FontsObject.fontsDuplicateByPostScriptName`
45-
- Added: :ref:`FontsObject.freezeSyncSubstitutedFonts`
46-
- Added: :ref:`FontsObject.mruFontFamilyList`
47-
- Added: :ref:`FontsObject.substitutedFontReplacementMatchPolicy`
48-
- Added: :ref:`FontsObject.pollForAndPushNonSystemFontFoldersChanges`
49-
5057
.. _Changelog.24.3:
5158

5259
`After Effects 24.3 <https://helpx.adobe.com/after-effects/using/whats-new/2024-3.html>`_ (March 2024)
@@ -65,17 +72,6 @@ What's new and changed for scripting?
6572
- Added: :ref:`TextDocument.paragraphRange`
6673
- Changed: :ref:`app.purge` - `PurgeTarget.ALL_CACHES` now includes the disk cache
6774

68-
`After Effects 24.3 Beta build 20 <https://community.adobe.com/t5/after-effects-beta-discussions/new-text-box-options-available-in-scripting/m-p/14409110>`_ (February 2024)
69-
********************************************************************************************************************************************************************************************
70-
71-
- Scripting methods and attributes added or changed
72-
- Added: :ref:`TextDocument.boxAutoFitPolicy`
73-
- Added: :ref:`TextDocument.boxFirstBaselineAlignment`
74-
- Added: :ref:`TextDocument.boxFirstBaselineAlignmentMinimum`
75-
- Added: :ref:`TextDocument.boxInsetSpacing`
76-
- Added: :ref:`TextDocument.boxOverflow`
77-
- Added: :ref:`TextDocument.boxVerticalAlignment`
78-
7975
`After Effects 24.2 <https://helpx.adobe.com/after-effects/using/whats-new/2024-2.html>`_ (February 2024)
8076
********************************************************************************************************************************************************************************************
8177

docs/text/fontsobject.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ FontsObject.favoriteFontFamilyList
8989
``app.fonts.favoriteFontFamilyList``
9090

9191
.. note::
92-
This functionality was added in After Effects (Beta) 24.4 and is subject to change while it remains in Beta.
92+
This functionality was added in After Effects 24.6
9393

9494
**Description**
9595

@@ -109,17 +109,17 @@ FontsObject.fontsDuplicateByPostScriptName
109109
``app.fonts.fontsDuplicateByPostScriptName``
110110

111111
.. note::
112-
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
113113

114114
**Description**
115115

116116
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.
117117

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.
119119

120120
**Type**
121121

122-
Array of Arrays of :ref:`fontobject`; read-only.
122+
Array of Arrays of :ref:`Font Objects<fontobject>`; read-only.
123123

124124
----
125125

@@ -186,7 +186,7 @@ FontsObject.freezeSyncSubstitutedFonts
186186
``app.fonts.freezeSyncSubstitutedFonts``
187187

188188
.. note::
189-
This functionality was added in After Effects (Beta) 24.4 and is subject to change while it remains in Beta.
189+
This functionality was added in After Effects 24.6
190190

191191
**Description**
192192

@@ -235,7 +235,7 @@ FontsObject.mruFontFamilyList
235235
``app.fonts.mruFontFamilyList``
236236

237237
.. note::
238-
This functionality was added in After Effects (Beta) 24.4 and is subject to change while it remains in Beta.
238+
This functionality was added in After Effects 24.6
239239

240240
**Description**
241241

@@ -255,7 +255,7 @@ FontsObject.substitutedFontReplacementMatchPolicy
255255
``app.fonts.substitutedFontReplacementMatchPolicy``
256256

257257
.. note::
258-
This functionality was added in After Effects (Beta) 24.4 and is subject to change while it remains in Beta.
258+
This functionality was added in After Effects 24.6
259259

260260
**Description**
261261

@@ -471,7 +471,7 @@ FontsObject.pollForAndPushNonSystemFontFoldersChanges()
471471
``app.fonts.pollForAndPushNonSystemFontFoldersChanges()``
472472

473473
.. note::
474-
This functionality was added in After Effects (Beta) 24.4 and is subject to change while it remains in Beta.
474+
This functionality was added in After Effects 24.6
475475

476476
**Description**
477477

docs/text/textdocument.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ TextDocument.boxAutoFitPolicy
294294
``textDocument.boxAutoFitPolicy``
295295

296296
.. note::
297-
This functionality was added in After Effects (Beta) 24.3 and is subject to change while it remains in Beta.
297+
This functionality was added in After Effects 24.6
298298

299299
**Description**
300300

@@ -303,7 +303,7 @@ The box only grows down.
303303

304304
Defaults to ``BoxAutoFitPolicy.NONE``.
305305

306-
Will be disabled if :ref:`TextDocument.boxVerticalAlignment` is anything other than ``boxVerticalAlignment.TOP``.
306+
Will be disabled if :ref:`TextDocument.boxVerticalAlignment` is anything other than ``BoxVerticalAlignment.TOP``.
307307

308308
**Type**
309309

@@ -324,7 +324,7 @@ TextDocument.boxFirstBaselineAlignment
324324
``textDocument.boxFirstBaselineAlignment``
325325

326326
.. note::
327-
This functionality was added in After Effects (Beta) 24.3 and is subject to change while it remains in Beta.
327+
This functionality was added in After Effects 24.6
328328

329329
**Description**
330330

@@ -358,7 +358,7 @@ TextDocument.boxFirstBaselineAlignmentMinimum
358358
``textDocument.boxFirstBaselineAlignmentMinimum``
359359

360360
.. note::
361-
This functionality was added in After Effects (Beta) 24.3 and is subject to change while it remains in Beta.
361+
This functionality was added in After Effects 24.6
362362

363363
**Description**
364364

@@ -382,7 +382,7 @@ TextDocument.boxInsetSpacing
382382
``textDocument.boxInsetSpacing``
383383

384384
.. note::
385-
This functionality was added in After Effects (Beta) 24.3 and is subject to change while it remains in Beta.
385+
This functionality was added in After Effects 24.6
386386

387387
**Description**
388388

@@ -404,7 +404,7 @@ TextDocument.boxOverflow
404404
``textDocument.boxOverflow``
405405

406406
.. note::
407-
This functionality was added in After Effects (Beta) 24.3 and is subject to change while it remains in Beta.
407+
This functionality was added in After Effects 24.6
408408

409409
**Description**
410410

@@ -493,7 +493,7 @@ TextDocument.boxVerticalAlignment
493493
``textDocument.boxVerticalAlignment``
494494

495495
.. note::
496-
This functionality was added in After Effects (Beta) 24.3 and is subject to change while it remains in Beta.
496+
This functionality was added in After Effects 24.6
497497

498498
**Description**
499499

0 commit comments

Comments
 (0)