maoyehu 2 years ago
parent
commit
49df2f318b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MFCApplication1/CvxText.cpp

+ 1 - 1
MFCApplication1/CvxText.cpp

@@ -418,7 +418,7 @@ int dataCollectionPaper(int cols, int index, int fontSize, int lineGrayPix, bool
 	//generatePageJson(vecPts, vecBoxPages);
 
 	// 画警示信息
-	string strMesInfo = "1、请在题目下面的横线上书写题目结果!\
+	string strMesInfo = "1、请将各题结果书写于横线上,勿写到线下!\
 						\n\n2、请用黑色笔书写。☆\
 						\n\n3、如果本题书写有误,进行了涂抹修改等操作,请将题号前矩形框用任意笔进行填涂!☆☆\n";
 	putTextZH(img, fSize, strMesInfo.c_str(), cv::Point(leftPos + 20, topPos + 20), Scalar(0), 25, "宋体");