Searched refs:CV_FONT_ITALIC (Results 1 – 2 of 2) sorted by relevance
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