Home
last modified time | relevance | path

Searched defs:QtFont (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/highgui/include/opencv2/
Dhighgui.hpp550 struct QtFont struct
552 const char* nameFont; // Qt: nameFont
553 … // Qt: ColorFont -> cvScalar(blue_component, green_component, red_component[, alpha_component])
554 int font_face; // Qt: bool italic
555 const int* ascii; // font data and metrics
556 const int* greek;
557 const int* cyrillic;
558 float hscale, vscale;
559 float shear; // slope coefficient: 0 - normal, >0 - italic
560 int thickness; // Qt: weight
[all …]
/external/opencv3/modules/highgui/src/
Dwindow.cpp440 void cv::addText( const Mat&, const String&, Point, const QtFont&) in addText()