Skip to content

Commit 8e6c71b

Browse files
Update style.md
Added link to text style expressions video on YouTube
1 parent c0e0d75 commit 8e6c71b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/text/style.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`text.sourceText.style`
44

5-
Most of these functions are accessible from the [SourceText.style](./sourcetext.md#sourcetextstyle) object in AE 17.0 and later. Where noted, additional methods were added in AE 25.0. The ability to control percharacter styling was also added in 25.0. Use the second and third arguments (when available) to control per-character styling.
5+
Most of these functions are accessible from the [SourceText.style](./sourcetext.md#sourcetextstyle) object in AE 17.0 and later. Where noted, additional methods were added in AE 25.0. The ability to control per-character styling was also added in 25.0. Use the second and third arguments (when available) to control per-character styling.
66

77
!!! note
88
When using per-character styling, line breaks and spaces are also considered characters and must be accounted for (or skipped, if desired) when calcuating character indexes.
@@ -11,6 +11,7 @@ For more info on working with text styles, see:
1111

1212
- [Use Expressions to Edit and Access Text Properties on helpx.adobe.com](https://helpx.adobe.com/after-effects/user-guide.html/after-effects/using/expressions-text-properties.ug.html)
1313
- [After Effects 2020: Express Yourself (and Your Text) on blog.adobe.com](https://blog.adobe.com/en/publish/2020/01/24/after-effects-2020-express-yourself-and-your-text)
14+
- [After Effects 2025: Per-Character Text Style Expressions on youtube.com](https://www.youtube.com/watch?v=yG8UbiKKeYw)
1415

1516
### Chaining
1617

0 commit comments

Comments
 (0)