Skip to content

Commit a847baa

Browse files
committed
add how to get a font in addFonts()
1 parent 3153180 commit a847baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/namespace/ddv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const defaultEditUi = Dynamsoft.DDV.getDefaultUiConfig("editViewer");
190190

191191
### `<static>` addFonts()
192192

193-
Add font to library.
193+
Add font to library. You can fetch a font via an URL or use the [`queryLocalFonts()`](https://developer.mozilla.org/en-US/docs/Web/API/Window/queryLocalFonts) API to get the fonts installed on the local system.
194194

195195
**Syntax**
196196

0 commit comments

Comments
 (0)