Home | History | Annotate | Download | only in include

Lines Matching refs:CvFont

1382 typedef struct CvFont
1394 CvFont;
1397 CVAPI(void) cvInitFont( CvFont* font, int font_face,
1403 CV_INLINE CvFont cvFont( double scale, int thickness CV_DEFAULT(1) )
1405 CvFont font;
1411 CvFont should be initialized with cvInitFont */
1413 const CvFont* font, CvScalar color );
1416 CVAPI(void) cvGetTextSize( const char* text_string, const CvFont* font,