CvFont             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));
CvFont             81 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont *arg2);
CvFont            386 modules/highgui/src/window.cpp     CvFont f = cvFontQt(nameFont.c_str(), pointSize,color,weight, style);
CvFont            394 modules/highgui/src/window.cpp     cvAddText( &_img, text.c_str(), org, (CvFont*)&font);
CvFont            619 modules/highgui/src/window.cpp CV_IMPL void cvAddText( const CvArr*, const char*, CvPoint , CvFont* )
CvFont             91 modules/highgui/src/window_QT.cpp CV_IMPL CvFont cvFontQt(const char* nameFont, int pointSize,CvScalar color,int weight,int style, int spacing)
CvFont            106 modules/highgui/src/window_QT.cpp     CvFont f = {nameFont,color,style,NULL,NULL,NULL,0,0,0,weight,spacing,pointSize};
CvFont            111 modules/highgui/src/window_QT.cpp CV_IMPL void cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont* font)
CvFont            818 modules/highgui/src/window_QT.cpp     CvFont* font = (CvFont*)arg2;
CvFont            330 modules/imgcodecs/test/test_drawing.cpp     CvFont font;
CvFont           1151 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(void)  cvInitFont( CvFont* font, int font_face,
CvFont           1157 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CV_INLINE CvFont cvFont( double scale, int thickness CV_DEFAULT(1) )
CvFont           1159 modules/imgproc/include/opencv2/imgproc/imgproc_c.h     CvFont font;
CvFont           1169 modules/imgproc/include/opencv2/imgproc/imgproc_c.h                         const CvFont* font, CvScalar color );
CvFont           1174 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(void)  cvGetTextSize( const char* text_string, const CvFont* font,
CvFont           2656 modules/imgproc/src/drawing.cpp cvPutText( CvArr* _img, const char *text, CvPoint org, const CvFont *_font, CvScalar color )
CvFont           2667 modules/imgproc/src/drawing.cpp cvInitFont( CvFont *font, int font_face, double hscale, double vscale,
CvFont           2683 modules/imgproc/src/drawing.cpp cvGetTextSize( const char *text, const CvFont *_font, CvSize *_size, int *_base_line )