diff --git a/AUTHORS b/AUTHORS index 979766465b67..5e1cbc5cdb9c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -84,6 +84,7 @@ Opera Software ASA <*@opera.com> Pavel Krajcevski Petar Kirov Ping Wang +Pushp Parag Agarwal Raul Tambre Roman Petrenko Safa Sofuoglu diff --git a/modules/canvaskit/npm_build/types/index.d.ts b/modules/canvaskit/npm_build/types/index.d.ts index 39a8995ded6b..bb2d5d3a00e4 100644 --- a/modules/canvaskit/npm_build/types/index.d.ts +++ b/modules/canvaskit/npm_build/types/index.d.ts @@ -2095,7 +2095,7 @@ export interface FontMgr extends EmbindObject<"FontMgr"> { /** * Find the closest matching typeface to the specified familyName and style. */ - matchFamilyStyle(name: string, style: FontStyle): Typeface; + matchFamilyStyle(name: string, style: {width?: number, weight?: number, slant?: number}): Typeface; } /**