summaryrefslogtreecommitdiff
path: root/macros/getTextSize.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/getTextSize.sci')
-rw-r--r--macros/getTextSize.sci3
1 files changed, 3 insertions, 0 deletions
diff --git a/macros/getTextSize.sci b/macros/getTextSize.sci
new file mode 100644
index 0000000..a8c911a
--- /dev/null
+++ b/macros/getTextSize.sci
@@ -0,0 +1,3 @@
+function [textSize,baseLine]= getTextSize(inputtext,fontface,fontscale,thickness)
+ [textSize,baseLine]=opencv_getTextSize(inputtext,fontface,fontscale,thickness)
+endfunction