cvFontQt           79 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(CvFont) cvFontQt(const char* nameFont, int pointSize CV_DEFAULT(-1), CvScalar color CV_DEFAULT(cvScalarAll(0)), int weight CV_DEFAULT(CV_FONT_NORMAL),  int style CV_DEFAULT(CV_STYLE_NORMAL), int spacing CV_DEFAULT(0));
cvFontQt          386 modules/highgui/src/window.cpp     CvFont f = cvFontQt(nameFont.c_str(), pointSize,color,weight, style);