From d8a7ebb4c038ca2e4bd0093f7c74d7a679f3397c Mon Sep 17 00:00:00 2001 From: w72 Date: Sun, 28 Nov 2021 14:36:45 +0800 Subject: [PATCH] fix: fix typo --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 626c3be..6647364 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2397,7 +2397,7 @@ export interface FontMgr extends EmbindObject { * Create a typeface for the specified bytes and return it. * @param fontData */ - makeTypefaceFromData(fontData: ArrayBuffer): Typeface; + MakeTypefaceFromData(fontData: ArrayBuffer): Typeface; } /**