From 89e2a31e490eff7a2591bc089c31e3d047f48b06 Mon Sep 17 00:00:00 2001 From: kallaballa Date: Sat, 15 Apr 2023 13:14:48 +0200 Subject: [PATCH] new tutorials --- .../viz2d/tutorials/06-font_with_gui.markdown | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 modules/viz2d/tutorials/06-font_with_gui.markdown diff --git a/modules/viz2d/tutorials/06-font_with_gui.markdown b/modules/viz2d/tutorials/06-font_with_gui.markdown deleted file mode 100644 index b82a94f7a..000000000 --- a/modules/viz2d/tutorials/06-font_with_gui.markdown +++ /dev/null @@ -1,16 +0,0 @@ -# Form based GUI {#viz2d_font_with_gui} - -@prev_tutorial{viz2d_video_editing} - -| | | -| -: | :- | -| Original author | Amir Hassan (kallaballa) | -| Compatibility | OpenCV >= 4.7 | - -## Font rendering with form based GUI -Draws "Hello World" to the screen and let's you control the font size and color with a GUI based on FormHelper. - -@include samples/cpp/font_with_gui.cpp - -![The result](doc/font_with_gui.png) -