Searched defs:QtFont (Results 1 – 2 of 2) sorted by relevance
550 struct QtFont struct552 const char* nameFont; // Qt: nameFont553 … // Qt: ColorFont -> cvScalar(blue_component, green_component, red_component[, alpha_component])554 int font_face; // Qt: bool italic555 const int* ascii; // font data and metrics556 const int* greek;557 const int* cyrillic;558 float hscale, vscale;559 float shear; // slope coefficient: 0 - normal, >0 - italic560 int thickness; // Qt: weight[all …]
440 void cv::addText( const Mat&, const String&, Point, const QtFont&) in addText()