From 8ea86e04457972f854ccbe2391f911c16d086aab Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Mon, 4 May 2026 23:13:56 +0200 Subject: [PATCH] Add FontFace to js bindings. This is ineeded by the putText binding. --- modules/imgproc/misc/js/gen_dict.json | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/imgproc/misc/js/gen_dict.json b/modules/imgproc/misc/js/gen_dict.json index 97d7823588..f1ae7b8584 100644 --- a/modules/imgproc/misc/js/gen_dict.json +++ b/modules/imgproc/misc/js/gen_dict.json @@ -102,6 +102,7 @@ "watershed" ], "CLAHE": ["apply", "collectGarbage", "getClipLimit", "getTilesGridSize", "setClipLimit", "setTilesGridSize"], + "FontFace": ["set", "getName", "setInstance", "getInstance", "getBuiltinFontData"], "segmentation_IntelligentScissorsMB": [ "IntelligentScissorsMB", "setWeights",