Home | History | Annotate | Download | only in src

Lines Matching refs:nameFont

91 CV_IMPL CvFont cvFontQt(const char* nameFont, int pointSize,CvScalar color,int weight,int style, int spacing)
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*/);