Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Opera Software ASA <*@opera.com>
Pavel Krajcevski <[email protected]>
Petar Kirov <[email protected]>
Ping Wang <[email protected]>
Pushp Parag Agarwal <[email protected]>
Raul Tambre <[email protected]>
Roman Petrenko <[email protected]>
Safa Sofuoglu <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion modules/canvaskit/npm_build/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down