Skip to content

Commit 6a6996d

Browse files
authored
Merge pull request #158 from abh31000/after-effects/update-types-26.0
After Effects: updated types
2 parents c13fae4 + cc8abfe commit 6a6996d

13 files changed

Lines changed: 13605 additions & 15 deletions

File tree

AfterEffects/24.0/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,9 +1516,6 @@ declare class FontObject {
15161516
/** An array of script types xsupported by the font. */
15171517
readonly writingScripts: CTScript[]
15181518

1519-
/** Checks if character string is avaible on current font */
1520-
hasGlyphsFor(charString: string): boolean
1521-
15221519
/** When true, the Font Object shares the same variable font as the Font object the function is called on */
15231520
hasSameDict(fontObject: FontObject): boolean
15241521

AfterEffects/24.2/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,9 +1519,6 @@ declare class FontObject {
15191519
/** An array of script types xsupported by the font. */
15201520
readonly writingScripts: CTScript[]
15211521

1522-
/** Checks if character string is avaible on current font */
1523-
hasGlyphsFor(charString: string): boolean
1524-
15251522
/** When true, the Font Object shares the same variable font as the Font object the function is called on */
15261523
hasSameDict(fontObject: FontObject): boolean
15271524

AfterEffects/24.3/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,9 +1535,6 @@ declare class FontObject {
15351535
/** An array of script types xsupported by the font. */
15361536
readonly writingScripts: CTScript[]
15371537

1538-
/** Checks if character string is avaible on current font */
1539-
hasGlyphsFor(charString: string): boolean
1540-
15411538
/** When true, the Font Object shares the same variable font as the Font object the function is called on */
15421539
hasSameDict(fontObject: FontObject): boolean
15431540

AfterEffects/24.5/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,9 +1535,6 @@ declare class FontObject {
15351535
/** An array of script types xsupported by the font. */
15361536
readonly writingScripts: CTScript[]
15371537

1538-
/** Checks if character string is avaible on current font */
1539-
hasGlyphsFor(charString: string): boolean
1540-
15411538
/** When true, the Font Object shares the same variable font as the Font object the function is called on */
15421539
hasSameDict(fontObject: FontObject): boolean
15431540

AfterEffects/24.6/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,9 +1535,6 @@ declare class FontObject {
15351535
/** An array of script types xsupported by the font. */
15361536
readonly writingScripts: CTScript[]
15371537

1538-
/** Checks if character string is avaible on current font */
1539-
hasGlyphsFor(charString: string): boolean
1540-
15411538
/** When true, the Font Object shares the same variable font as the Font object the function is called on */
15421539
hasSameDict(fontObject: FontObject): boolean
15431540

0 commit comments

Comments
 (0)