OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontQt
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/
highgui.hpp
587
The function
fontQt
creates a CvFont object. This CvFont is not compatible with putText .
591
CvFont font =
fontQt
(''Times'');
595
CV_EXPORTS QtFont
fontQt
(const String& nameFont, int pointSize = -1,
606
The function addText draws *text* on an image *img* using a specific font *font* (see example
fontQt
/external/opencv3/modules/highgui/src/
window.cpp
384
cv::QtFont cv::
fontQt
(const String& nameFont, int pointSize, Scalar color, int weight, int style, int /*spacing*/)
434
cv::QtFont cv::
fontQt
(const String&, int, Scalar, int, int, int)
Completed in 263 milliseconds