From 12145ecadac2c5365409d4afeb6eef5352f3ff04 Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Tue, 20 Feb 2024 10:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/CvText.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/cpp/CvText.cpp b/app/src/main/cpp/CvText.cpp index a805926c..e54c320f 100644 --- a/app/src/main/cpp/CvText.cpp +++ b/app/src/main/cpp/CvText.cpp @@ -363,6 +363,7 @@ namespace cv { #endif 0 } + // https://freetype.org/freetype2/docs/tutorial/example2.cpp void FreeType2Impl::putTextStroker( InputOutputArray _img, const String& _text, Point _org, int _fontHeight, Scalar _color,