Searched defs:nameFont (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/highgui/include/opencv2/
H A Dhighgui.hpp552 const char* nameFont; // Qt: nameFont member in struct:cv::QtFont
567 @param nameFont Name of the font. The name should match the name of a system font (such as
595 CV_EXPORTS QtFont fontQt(const String& nameFont, int pointSize = -1,
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
H A Dimgproc_c.h1120 const char* nameFont; //Qt:nameFont member in struct:CvFont
/external/opencv3/modules/highgui/src/
H A Dwindow.cpp384 cv::QtFont cv::fontQt(const String& nameFont, int pointSize, Scalar color, int weight, int style, int /*spacing*/) argument
386 CvFont f = cvFontQt(nameFont.c_str(), pointSize,color,weight, style);
H A Dwindow_QT.cpp91 CV_IMPL CvFont cvFontQt(const char* nameFont, int pointSize,CvScalar color,int weight,int style, int spacing) argument
94 //nameFont <- only Qt
106 CvFont f = {nameFont,color,style,NULL,NULL,NULL,0,0,0,weight,spacing,pointSize};
823 QFont f(font->nameFont, font->line_type/*PointSize*/, font->thickness/*weight*/);

Completed in 2896 milliseconds