Skip to content

Commit dcd0cc5

Browse files
John ColomboJohn Colombo
authored andcommitted
Update 25.1 Text APIs as released
1 parent 73ae033 commit dcd0cc5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/introduction/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ What's new and changed for scripting?
1515
- Scripting methods and attributes added:
1616
- Updated: [LightLayer.lightSource](../layer/lightlayer.md#lightlayerlightsource)
1717

18-
### [After Effects 25.0 Beta build 26](https://community.adobe.com/t5/after-effects-beta-discussions/new-in-ae-25-0-build-25-scripting-hooks-for-font-fallback-management/m-p/14809794) (August 2024)
18+
### [After Effects 25.1](https://helpx.adobe.com/after-effects/using/whats-new/2025-1.html) (December 2024)
1919

2020
- Scripting methods and attributes added:
2121
- Added: [CharacterRange.pasteFrom()](../text/characterrange.md#characterrangepastefrom)

docs/text/characterrange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ String; read/write.
217217
`CharacterRange.pasteFrom(characterRange)`
218218

219219
!!! note
220-
This functionality was added in After Effects (Beta) 25.0 and is subject to change while it remains in Beta.
220+
This functionality was added in After Effects 25.1
221221

222222
#### Description
223223

docs/text/fontobject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ String; read-only.
235235
`app.fonts.fontsWithDefaultDesignAxes[0].otherFontsWithSameDict`
236236

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

240240
#### Description
241241

@@ -448,7 +448,7 @@ An array of `CTScript` enumerated values; read-only. One or more of:
448448
`app.fonts.allFonts[0][0].hasGlyphsFor(charString)`
449449

450450
!!! note
451-
This functionality was added in After Effects (Beta) 25.0 and is subject to change while it remains in Beta.
451+
This functionality was added in After Effects 25.1
452452

453453
#### Description
454454

docs/text/fontsobject.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ A `SubstitutedFontReplacementMatchPolicy` enumerated value; read/write. One of:
242242
`app.fonts.getCTScriptForString(charString, preferredCTScript)`
243243

244244
!!! note
245-
This functionality was added in After Effects (Beta) 25.0 and is subject to change while it remains in Beta.
245+
This functionality was added in After Effects 25.1
246246

247247
#### Description
248248

@@ -280,7 +280,7 @@ Array of generic objects;
280280
`app.fonts.getDefaultFontForCTScript(ctScript)`
281281

282282
!!! note
283-
This functionality was added in After Effects (Beta) 25.0 and is subject to change while it remains in Beta.
283+
This functionality was added in After Effects 25.1
284284

285285
#### Description
286286

@@ -440,7 +440,7 @@ Boolean; One of:
440440
`app.fonts.setDefaultFontForCTScript(ctScript, font)`
441441

442442
!!! note
443-
This functionality was added in After Effects (Beta) 25.0 and is subject to change while it remains in Beta.
443+
This functionality was added in After Effects 25.1
444444

445445
#### Description
446446

0 commit comments

Comments
 (0)