Searched refs:CV_FONT_ITALIC (Results 1 – 3 of 3) sorted by relevance
1112 #define CV_FONT_ITALIC 16 macro
2229 italic_shear = !(font->font_face & CV_FONT_ITALIC) ? 0 : cvRound(font->vscale*.25*XY_ONE); in cvPutText()2315 int is_italic = font_face & CV_FONT_ITALIC; in cvInitFont()
1377 #define CV_FONT_ITALIC 16 macro